PgsToSrt icon indicating copy to clipboard operation
PgsToSrt copied to clipboard

Accept other leptonica's names

Open glu8716 opened this issue 2 years ago • 1 comments

On ArchLinux the required library liblept.so is actually called libleptonica.so. I had to make the following symlink in order to make PgsToSrt to read it: ln -s /usr/lib/libleptonica.so.6 /usr/lib/liblept.so.5. Would be good if the program could read the name libleptonica.so by itself.

glu8716 avatar Sep 27 '23 22:09 glu8716

I added new command line parameters to override leptonica's name/version in this release

In your case adding this should work : --libleptname leptonica --libleptversion 6

Tentacule avatar Oct 02 '23 20:10 Tentacule