try latest code from
http://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-3.2.0

I converted the bmp to png and tried with command line tesseract 4 and get
correct result.

$ tesseract I.png stdout --oem 1 --psm 6
D


$ tesseract I.png stdout --oem 0 --psm 6
D

original .bmp also works.

$ tesseract I.bmp stdout --oem 0 --psm 6
D

Warning. Invalid resolution 0 dpi. Using 70 instead.


ShreeDevi
____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Tue, Jun 6, 2017 at 7:04 PM, Duck <[email protected]> wrote:

> I need some help.
>
> The following pic is my problem, it was always recognized as "I".
>
> I trace for a while, find out that OCR engine segement again, it takes out
> the mid area of the "D".
>
> but I tried a lot of parameter, can't disable the segement process.
>
> Does anyone have any idea?  Or the only way is adjusting image?
>
> And if in any condition that each result in same tesseract class instance
> in different times would not the same?
>
> the same pic in my program, I click "start" twice and get the differnet
> result.
>
> but if I new tesseract class every time, it would not happen...
>
> please!
>
> (the enginemode is tesseractonly, pagesegmode is sinlechar, I use
> Tesseract 3.04 in EmguCV)
>
> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tesseract-ocr/87915489-7649-4da2-9408-1a23b5543194%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/87915489-7649-4da2-9408-1a23b5543194%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVTyB36%3DGsjen7PRJ_hWbhcKHhSyC10Nne%3Dfgb5fNaa4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to