This tutorial shows off the most commonly used features from our OCR interface.
If your video does not start automatically, click the play button or click a link below to start from a specific chapter
- Play from Beginning
- 00:25 - Converting a Scan Document to Searchable PDF using High Level object - AutoRecognizeManager
- 11:02 - Lower level interface to our OCR Engines
-
18:30 - Deeper look at the IOcrPage
- 19:50 - Description of IOcrPage's properties
- 20:45 - Description of Zone structure
-
23:32 - Description of IOcrPage's methods
- 23:49 - AutoProcess, AutoZone, LoadZones, SaveZones, and Recognize functions
- 24:09 - Image related functions (CreateThumbnail, GetRasterImage, SetRasterImage, GetPalette)
- 24:59 - Identifying Zone Data
- 25:22 - AutoPreProcess results (GetRotateAngle, GetDeskewAngle, IsInverted)
- 26:08 - User interface functions
- 26:49 - Recognition functions (RecognizeText, Unrecognize)
- 27:23 - Obtaining each recognized characters
- 30:46 - Obtaining each recognized word
- 31:34 - Adjusting the characters that were recognized
- 32:34 - Run code that adjust each character
- 32:51 - Using the IOcrSettingManager