I am using tesseract for iOS and I canβt figure out how to get it, just to try and read the numbers. I am using the latest English release downloaded from the tesseract website. Does anyone know how to do this?
These are the files that I have:
Thanks in advance!
If this is execution on the command line, you will also need to have the tessdata\configs\digits file. If you use the API, then call SetVariable("tessedit_char_whitelist", "0123456789-.");
tessdata\configs\digits
SetVariable("tessedit_char_whitelist", "0123456789-.");