Open zrock367 opened 6 years ago
_tBaseAPI.SetVariable("tessedit_char_whitelist", "0123456789"); _tBaseAPI.Init(tessDataDir, "eng"); string str = _tBaseAPI.GetStringVariable("tessedit_char_whitelist") Throw Exception
We will try to replicate this and determine if it is associated with the native Tesseract.dll or c# wrapper.
_tBaseAPI.SetVariable("tessedit_char_whitelist", "0123456789"); _tBaseAPI.Init(tessDataDir, "eng"); string str = _tBaseAPI.GetStringVariable("tessedit_char_whitelist") Throw Exception