tvn-cosine / tesseract.net

a .net wrapper for Tesseract
GNU General Public License v3.0
24 stars 13 forks source link

SetVariable is invalid? #8

Open zrock367 opened 6 years ago

zrock367 commented 6 years ago

_tBaseAPI.SetVariable("tessedit_char_whitelist", "0123456789"); _tBaseAPI.Init(tessDataDir, "eng"); string str = _tBaseAPI.GetStringVariable("tessedit_char_whitelist") Throw Exception

tvn-cosine commented 6 years ago

We will try to replicate this and determine if it is associated with the native Tesseract.dll or c# wrapper.