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

DOC2_OCRPROCID

Show in webframe

typedef enum
{
   DOC2_PROC_LOADING_IMG = 0,
   DOC2_PROC_SAVING_IMG,
   DOC2_PROC_FIND_ZONES,
   DOC2_PROC_RECOGNIZE_MOR,
   DOC2_PROC_RECOGNITION,
   DOC2_PROC_SPELLING,
   DOC2_PROC_WRITE_OUTPUT_DOC,
   DOC2_PROC_WRITE_OUTPUT_IMG,
   DOC2_PROC_RECOGNITION3,
   DOC2_PROC_PROCESSING_IMG,
   DOC2_PROC_FORMATTING,
} DOC2_OCRPROCID;

The DOC2_OCRPROCID enumerated type values identify the possible OCR processes.

Value

Meaning

DOC2_PROC_LOADING_IMG

The image loading process.

DOC2_PROC_SAVING_IMG

The image saving process.

DOC2_PROC_FIND_ZONES

The page-layout decomposition (auto-zoning) process.

DOC2_PROC_RECOGNIZE_MOR

The 1st pass of the Recognition process. This pass is applicable only for the DOC2_RECOGMODULE_MULTI_LINGUAL_OMNIFONT recognition module.

DOC2_PROC_RECOGNITION

The 2nd pass of the Recognition process.

DOC2_PROC_SPELLING

The spell-checking process.

DOC2_PROC_WRITE_OUTPUT_DOC

The process for writing the recognized text to the final output document (to file or memory).

DOC2_PROC_WRITE_OUTPUT_IMG

The image conversion process.  Activated by the DOC2_PROC_WRITE_OUTPUT_DOC process for saving the image of a graphical image zone to a word processor output document.

DOC2_PROC_RECOGNITION3

The 3rd pass of the Recognition process. This pass is applicable only for the RECOGMODULE_OMNIFONT_PLUS3W recognition module.

DOC2_PROC_PROCESSING_IMG

The image pre-processing process.

DOC2_PROC_FORMATTING

The page and document formatting process.

Comments

This enumerated type is used by the following structure:

PROGRESSDATA2

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