C# samples are applicable only to FRE for Windows.
- Not all recognition languages are available for handwritten or handprinted text recognition. See the List of predefined languages.
- Special symbols, such as * ^ ™ © ® № § ¡ ¿ ‰ cannot be recognized.
C# code
C# code
Marking up blocks manually
Alternatively, you can set recognition parameters for blocks with handwritten text manually via the ITextBlock::RecognizerParams property:- Set the TextTypes property of the RecognizerParams object to TT_Handwritten.
-
[Optional] Handprinted letters can often be enclosed in a frame, box, etc. In this case, set up the type of marking around the letters in the FieldMarkingType property of the RecognizerParams object. If each letter is written in a separate cell, use the CellsCount property to set up the number of character cells in the recognized block.
C# code
See also
RecognizerParams List of the Predefined Languages
