OCR_SaveW

<< Click to Display Table of Contents >>

Navigation:  OCR Module > High-Level Functions >

OCR_SaveW


 

PRO SDK Icon OCR_SaveW

 


 

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

 

HRESULT OCR_SaveW(

PXODocument Doc,

LPWSTR pwFilename

);

 

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.