On Mon, Sep 12, 2022 at 2:33 PM John Jason Jordan <joh...@gmx.com> wrote:
> On Mon, 12 Sep 2022 14:57:57 -0400 > Tomas Kuchta <tomas.kuchta.li...@gmail.com> dijo: > > >The issue is your tesseract is snap and vobsub2srt is not. Snap > >packages cannot share libraries, that is the point of snaps. > > > >You need to: > >a) find snap version of vobsub2srt which includes tesseract libs. > >b) find not snap tesseract package. > > > >If your vobsub2srt is snap, do a) else b) > > Actually, my tesseract is apt and my vobsub2srt is snap. And there is > no snap for tesseract and there is no apt for vobsub2srt. There are > also a couple of PPAs to install later versions of tesseract, including > 5.0, but that doesn't sound like the right move. > > Maybe I can find an old version of vobsub2srt from before snap existed. > The instructions for installing in in Ubuntu 12.1 are given in this github repository https://github.com/ruediger/VobSub2SRT If there is not an updated version you could download or create an Ubuntu 12.1 Virtual machine and install your software there. There are also Docker containers for Tesseract, but that would require you to install Docker. https://tesseract-ocr.github.io/tessdoc/Docker-Containers.html Bill