ImageGear .NET - Updated
Recognized Data Kept in Memory
User Guide > How to Work with... > OCR > How to... > Access and Analyze OCR Output > Recognized Data Kept in Memory

The recognized data is available as an array of ImGearRecLetter Class objects, providing significantly more information than the character code itself. This occupies 36 bytes for each recognized character, and this type of output offers the most detailed information on the recognition.

The application can slightly change the recognized data before converting it to a recognition data file. The SetLetters Method can be used to update the recognized data belonging to the ImGearRecPage Class. Be careful to modify only those fields whose change is necessary.