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
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.
The text was updated successfully, but these errors were encountered:
shishaozheng
changed the title
Different ocr result with almost same image using lstm only mode
Different ocr results with almost same image using lstm only mode
Dec 19, 2018
shishaozheng
changed the title
Different ocr results with almost same image using lstm only mode
Different ocr results with almost same image using lstm only single line mode
Dec 19, 2018
Thank you for replying, actually I already use the latest official tessdata.
I think the problem is related with the single line mode, because if I use the whole page as the input image instead of single line image which cropped with text line detection method implemented by myself, then change the engine mode from single line to block, the result seems good.
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.
The text was updated successfully, but these errors were encountered: