Hi, Thank you for update the ios lib to the tesseract 4.0.0 release version.
I try to use it for almost same images with following language and mode (official fast eng tessdata):
let tesseract:G8Tesseract = G8Tesseract(language: "eng", engineMode: G8OCREngineMode.lstmOnly) tesseract.pageSegmentationMode = .singleLine
I try three times, but the result is quite different, just first one is correct, the other two results is so confused.



Hi, Thank you for update the ios lib to the tesseract 4.0.0 release version.
I try to use it for almost same images with following language and mode (official fast eng tessdata):
let tesseract:G8Tesseract = G8Tesseract(language: "eng", engineMode: G8OCREngineMode.lstmOnly) tesseract.pageSegmentationMode = .singleLineI try three times, but the result is quite different, just first one is correct, the other two results is so confused.