<< Click to Display Table of Contents >> Navigation: OCR Module > High-Level Functions > OCR_LoadA |
OCR_LoadA loads the specified file into the PXODocument object’s input layer. Please note that all elements are case-sensitive:
OCR_LoadA(
PXODocument Doc,
LPWSTR pFilename
);
Doc
Specifies the PXODocument that OCR_Init created.
pwFilename
Specifies the input PDF filename.
If the function succeeds then the return value is OCR_OK.
If the function fails then the return value is an error code.