<< Click to Display Table of Contents >> Navigation: OCR Module > High-Level Functions > 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,
);
Doc
Specifies the PXODocument that OCR_Init created.
If the function succeeds then the return value is OCR_OK.
If the function fails then the return value is an error code.