Tesseract-OCR-iOS icon indicating copy to clipboard operation
Tesseract-OCR-iOS copied to clipboard

Different ocr results with almost same image using lstm only single line mode

Open shishaozheng opened this issue 6 years ago • 0 comments

Hi, I used the tesseract 4.0.0 version for ios branched by chaoskyme 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.

image

image

image

shishaozheng avatar Dec 19 '18 03:12 shishaozheng