Tess4J,没有找到 tessdata

Tess4J, not finding tessdata

所以我正在做这个项目,我需要使用 tess4J 来读取一些图像上的一些文本。不幸的是,我似乎无法解决以下错误:

Error opening data file C:\Users\****\eclipse workspace\****\tessdata\eng.traineddata Please make sure the TESSDATA_PREFIX environment variable is set to your "tessdata" directory. Failed loading language 'eng' Tesseract couldn't load any languages!

tessdata 文件夹的路径是使用 instance.setDatapath("C:\Users\****\eclipse workspace\****\tessdata\")

给出的

其中实例是 ITesseract instance = new Tesseract();

感谢任何解决此问题的帮助。

谢谢

确保您的 eng.traineddata 文件没有损坏并且版本正确。如果是针对 Tesseract 4.0,请使用 fast 或 best。

https://github.com/tesseract-ocr