Next: Attributes again
Up: charRecognizer
Previous: Using UNICODE©
  Contents
  Index
When you are ready to add a character, use:
-
- int gocr_boxCharSet ( gocrBox *b, wchar_t w, float prob );
The arguments are:
- [b]the box you are processing.
- [w]the character code.
- [prob]the probability that the recognition is correct: 0.0
is none (which will take the character out of the list) and 1.0 is
100% sure.
The most probable character will be returned later, etc
root
2002-02-17