OCR_LoadA

<< Click to Display Table of Contents >>

Navigation:  OCR Module > High-Level Functions >

OCR_LoadA


 

PRO SDK Icon 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

);

 

Parameters

 

Doc

Specifies the PXODocument that OCR_Init created.

 

pwFilename

Specifies the input PDF filename.

 

Return Values

 

If the function succeeds then the return value is OCR_OK.

 

If the function fails then the return value is an error code.