Take a look at
https://github.com/tesseract-ocr/tesseract/blob/ab09b09da66f458002f01d0bc4ffeee8eff58f6e/src/ccmain/tesseractclass.cpp#L524

On Mon, Jul 1, 2019 at 2:45 PM Jochen Naumann <jochen.naum...@gmail.com>
wrote:

> Hi, I am using the official api example for iterating over the choices for
> characters and getting their confidence levels.
>
> https://github.com/tesseract-ocr/tesseract/wiki/APIExample#example-of-iterator-over-the-classifier-choices-for-a-single-symbol
>
> However if I run the program, the iterator only delivers one choice and
> its confidence level. What I need is to get the second best, third best
> choice and so on. Can somebody explain this behaviour of the choice
> iterator or has another solution?
>
> symbol 0, conf: 97.898155       - 0 conf: 97.898155
> ---------------------------------------------
> symbol 7, conf: 97.928169       - 7 conf: 97.928169
> ---------------------------------------------
> symbol 2, conf: 99.513145       - 2 conf: 99.513145
> ---------------------------------------------
> symbol 0, conf: 99.550995       - 0 conf: 99.550995
> ---------------------------------------------
> symbol 2, conf: 99.348244       - 2 conf: 99.348244
> ---------------------------------------------
> symbol 0, conf: 99.567184       - 0 conf: 99.567184
> ---------------------------------------------
> symbol 6, conf: 92.867050       - 6 conf: 92.867050
> ---------------------------------------------
> symbol 7, conf: 98.315720       - 7 conf: 98.315720
> ---------------------------------------------
> symbol -, conf: 98.711716       - - conf: 98.711716
> ---------------------------------------------
> symbol 0, conf: 98.780563       - 0 conf: 98.780563
> ---------------------------------------------
> symbol 1, conf: 95.821373       - 1 conf: 95.821373
> ---------------------------------------------
> symbol R, conf: 92.588943       - R conf: 92.588943
> ---------------------------------------------
>
> --
> 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 tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> 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/af7b37fd-4380-48cf-be85-ac069937ff86%40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/af7b37fd-4380-48cf-be85-ac069937ff86%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

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

-- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/CAG2NduU11qmmLHdQSAjBiws%2BC0OoBzcvdZP0R-TMKTMti4Yk%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to