OCR_Delete

<< Click to Display Table of Contents >>

Navigation:  OCR Module > High-Level Functions >

OCR_Delete


 

PRO SDK Icon OCR_Delete

 


 

OCR_Delete deletes the PDF object that OCR_Init created. This function must be called when PDF objects are no longer required or all updates are complete. Please note that all elements are case-sensitive:

 

HRESULT OCR_Delete(

PXODocument *Doc,

);

 

Parameters

 

Doc

Specifies the PXODocument that OCR_Init created.

 

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.