typedef enum
{
PROC_LOADING_IMG = 0,
PROC_SAVING_IMG,
PROC_FIND_ZONES,
PROC_RECOGNIZE_MOR,
PROC_RECOGNITION,
PROC_SPELLING,
PROC_SAVE_RECOG_RESULT,
PROC_WRITE_OUTPUT_DOC,
PROC_WRITE_OUTPUT_IMG,
PROC_RECOGNITION3,
PROC_PROCESSING_IMG
} OCRPROCID;
The OCRPROCID enumerated type represents the possible OCR processes.
Value |
Meaning |
PROC_LOADING_IMG |
Identifies the Image loading process |
PROC_SAVING_IMG |
Identifies the image saving process |
PROC_FIND_ZONES |
Identifies the page-layout decomposition (auto-zoning) process |
PROC_RECOGNIZE_MOR |
Identifies the 1st pass of the Recognition process. This pass is applicable only for the RECOGMODULE_MULTI_LINGUAL_OMNIFONT recognition module |
PROC_RECOGNITION |
Identifies the 2nd pass of the Recognition process |
PROC_SPELLING |
Identifies the spell checking process |
PROC_SAVE_RECOG_RESULT |
Reading from the recognition data file |
PROC_WRITE_OUTPUT_DOC |
Identifies the process for writing the recognized text to the final output document (to file or memory) |
PROC_WRITE_OUTPUT_IMG |
Identifies the image conversion process activated by the PROC_WRITE_OUTPUT_DOC process for saving the image of a graphical image zone to the word processor output document |
PROC_RECOGNITION3 |
Identifies the 3rd pass of the Recognition process. This pass is applicable only for the RECOGMODULE_OMNIFONT_PLUS3W recognition module. |
PROC_PROCESSING_IMG |
Identifies the image pre-processing process. |
Comments
This enumerated type is used by the following structure: