Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 iOS 使用 tesseract,我似乎无法弄清楚如何获取它只是为了尝试和读取数字。我正在使用从 tesseract 网站下载的最新英文版本。有谁知道如何做到这一点?
这些是我拥有的文件:
提前致谢!
如果是命令行执行,您还需要有tessdata\configs\digitsfile. 如果您正在使用 API,请调用SetVariable("tessedit_char_whitelist", "0123456789-.");
tessdata\configs\digits
SetVariable("tessedit_char_whitelist", "0123456789-.");