This morning I tried to use tesseract
and I'm getting the following error messages:
$ tesseract --list-langs
Error in pixReadMemTiff: function not present
Error in pixReadMem: tiff: no pix returned
Error in pixaGenerateFontFromString: pix not made
Error in bmfCreate: font pixa not made
List of available languages (6):
eng
fra
ita
mlt
osd
spa
I tried sudo apt purge tesseract*
followed by a reinstall of tesseract-ocr
and language files, but the error message remains.
Last week, I manually installed leptonica-1.7.8
and jbig2-enc
libraries to use with ocrmypdf
and everything was working fine.
Any clues on how to proceed to solve this issue?
0 Answers