We have a problem with Tesseract not able to init by using the specified constructor - G8Tesseract (string language, NSDictionary configDictionary, NSObject[] configFileNames, string absoluteDataPath, G8OCREngineMode engineMode, bool copyFilesFromResources).
I get an System.InvalidOperationException "Call Init first" due to failure to allocate memory by the 'new …'.
I have provided a failing test case using the mentioned constructor.
Could you please point me what am I doing wrong or how to debug this issue?
Hi halkar, Thank you for the wrapper!
We have a problem with Tesseract not able to init by using the specified constructor - G8Tesseract (string language, NSDictionary configDictionary, NSObject[] configFileNames, string absoluteDataPath, G8OCREngineMode engineMode, bool copyFilesFromResources).
I get an System.InvalidOperationException "Call Init first" due to failure to allocate memory by the 'new …'.
I have provided a failing test case using the mentioned constructor. Could you please point me what am I doing wrong or how to debug this issue?