mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 21:23:42 +00:00
[WIN] [0.80] Tesseract loading languages #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @canihavesomecoffee on GitHub (May 22, 2016).
Originally assigned to: @canihavesomecoffee on GitHub.
When calling CCExtractor on Windows on a file with DVB subtitles (which calls the OCR), it fails to find the tessdata folder, and gives the next error:
When using the GUI, there is no problem.
The issue is most likely (as logged), a problem with the relative path (./tessdata) which creates issues if called from outside the installation folder.
Relevant lines:
bcfdda5f8d/src/lib_ccx/ocr.c (L91)bcfdda5f8d/src/lib_ccx/ocr.c (L44)@canihavesomecoffee commented on GitHub (Jun 8, 2016):
After investigation, this is an issue with Tesseract, not CCExtractor (see http://stackoverflow.com/questions/6950977/tesseract-change-language-file-location for example). Closing.