[email protected]: tesseract buggy since subpackage tessconfigs missing
Running tesseract with this package and the definition of the env var TESSDATA_PREFIX is buggy, since tesseract expects more than the language files in dir TESSDATA_PREFIX.
The release version of tesseract-languages (v4.0.0) does not contain the subpackage tessconfigs (cf. github repo tessdata_fast populating important sub-directories in dir tessdata. Note that some copy of the config files reside in tesseract's tessdata dir which contains important binaries (jars) for tesseract.
tesseract expects the language, config and bin files and dirs to be in the tessdata dir:
- *.traineddata
- pdf.ttf
- *.jar
- configs/**
- tessconfigs/**
- ... perhaps some more
I believe this implies that the tesseract language files of this package should rather be merged into tesseract's tessdata dir somehow instead of sitting alone.
Thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.