You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Summary:
Well in my app I just want to initiate the tesseract to work only with digits, specifically arabic digits, Is there any way to avoid recognize characters and just recognize digits instead ?
I've use setVaraible but it's the same
baseAPI.init(dataPath, "ara");
baseAPI.setVariable(TessBaseAPI.VAR_CHAR_WHITELIST, variable);
baseAPI.setVariable(TessBaseAPI.VAR_CHAR_BLACKLIST, "ا ب ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ف ق ك ل م ن ه و ي ء هو !?@#$%&* >> << ()<>_-+=/:;'\\\"");
baseAPI.setVariable("classify_bln_numeric_mode", "1");
I'm still getting characters in result.
The text was updated successfully, but these errors were encountered:
Summary:
Well in my app I just want to initiate the tesseract to work only with digits, specifically arabic digits, Is there any way to avoid recognize characters and just recognize digits instead ?
I've use
setVaraible
but it's the sameI'm still getting characters in result.
The text was updated successfully, but these errors were encountered: