- Create a new text language using the CreateTextLanguage method of the LanguageDatabase object.
- Using the LetterSet property of the BaseLanguage object within the TextLanguage object, set the language alphabet containing the following characters: ٠١٢٣٤٥٦٧٨٩.
- For each block containing handprinted Arabic digits specify recognition parameters via the ITextBlock::RecognizerParams property:
- Set the TextLanguage property of the RecognizerParams object to the language you created in the previous step.
- Set the TextTypes property of the RecognizerParams object to TT_Handwritten.
- If the digits are enclosed in a frame, box, etc., set up the type of marking around the letters in the FieldMarkingType property of the RecognizerParams object. If each digit is written in a separate cell, use also the CellsCount property to set up the number of character cells in the block.
Windows Samples
C++ (COM) code
C++ (COM) code
C# code
C# code
