OCR_PROCESS_ID
typedef enum
{
OCR_PROC_LOADING_IMG = 0,
OCR_PROC_SAVING_IMG,
OCR_PROC_FIND_ZONES,
OCR_PROC_RECOGNIZE_MOR,
OCR_PROC_RECOGNITION,
OCR_PROC_SPELLING,
OCR_PROC_SAVE_RECOG_RESULT,
OCR_PROC_WRITE_OUTPUT_DOC,
OCR_PROC_WRITE_OUTPUT_IMG,
OCR_PROC_RECOGNITION3,
OCR_PROC_PROCESSING_IMG
} OCR_PROCESS_ID;
The OCRPROCID enumerated type represents the possible OCR processes.
Value |
Meaning |
OCR_PROC_LOADING_IMG |
Identifies the Image loading process |
OCR_PROC_SAVING_IMG |
Identifies the image saving process |
OCR_PROC_FIND_ZONES |
Identifies the page-layout decomposition (auto-zoning) process |
OCR_PROC_RECOGNIZE_MOR |
Identifies the 1st pass of the Recognition process. This pass is applicable only for the RECOGNIZE_MODULE_MULTI_LINGUAL_OMNIFONT recognition module |
OCR_PROC_RECOGNITION |
Identifies the 2nd pass of the Recognition process |
OCR_PROC_SPELLING |
Identifies the Checking process |
OCR_PROC_SAVE_RECOG_RESULT |
Reading from the recognition data file |
OCR_PROC_WRITE_OUTPUT_DOC |
Identifies the process for writing the recognized text to the final output document (to file or memory) |
OCR_PROC_WRITE_OUTPUT_IMG |
Identifies the image conversion process activated by the OCR_PROC_WRITE_OUTPUT_DOC process for saving the image of a graphical image zone to the word processor output document |
OCR_PROC_RECOGNITION3 |
Identifies the 3rd pass of the Recognition process. This pass is applicable only for the RECOGNIZE_MODULE_OMNIFONT_PLUS3W recognition module. |
OCR_PROC_PROCESSING_IMG |
Identifies the image pre-processing process. |
Comments
This enumerated type is used by the following event: