Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

Programming with LEADTOOLS OCR Plus

Show in webframe

To recognize one or more pages using the LEADTOOLS OCR Plus Engine:

  1. Start the OCR Engine with the L_DocStartUp function. For more information, refer to Starting and Shutting Down the Engine.

  2. Establish an internal OCR document with one or more pages. For more information, refer to Working with Pages.

  3. Establish zones on the page(s), either manually or automatically. (This is optional. A page can be recognized with or without zones.) For more information, refer to Working with Zones.

  4. Set the active languages to be used by the OCR engine. (Optional. The default is English.) For more information, refer to Working with Languages.

  5. Set the spell checking language. (Optional. The default is English.) For more information, refer to Working with Languages.

  6. Set any special recognition module options. This is required only if the page contains zones, created either automatically or manually. For more information, refer to Recognizing Document Pages and An Overview of Recognition Modules.

  7. Provide code for the VERIFICATIONCALLBACK function, if it will be used. (Optional)

  8. Recognize. For more information, refer to Recognizing Document Pages.

  9. Save recognition results, if desired. The results can be saved to either a file or to memory. For more information, refer to Recognizing Document Pages.

  10. Shut down the OCR engine when finished. For more information, refer to Starting and Shutting Down the Engine.

For more information, refer to:

Programming with LEADTOOLS OCR

An Overview of Recognition Modules

Demo Programs

Tutorials

LEADTOOLS OCR Support Forum

See Also:

Introduction

Microsoft Code Snippet Picker

LEADTOOLS Support Forums

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.