OCR_SaveA

<< Click to Display Table of Contents >>

Navigation:  OCR Module > High-Level Functions >

OCR_SaveA


 

PRO SDK Icon OCR_SaveA

 


 

OCR_SaveA saves the PXODocument output layer to the specified file. Please note that all elements are case-sensitive:

 

HRESULT OCR_SaveA(

PXODocument Doc,

LPWSTR pFilename

);

 

Parameters

 

Doc

Specifies the PXODocument that OCR_Init created and OCR_MakeSearchable made searchable.

 

pwFilename

Specifies the output 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.