#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2GetRecognitionResultOptions(hDoc, pResOpts, uStructSize)
Gets the current used options for saving recognition results to a file.
Handle to the OCR document.
Pointer to a RESULTOPTIONS2 structure to be updated.
Size in bytes, of the structure pointed to by pResOpts, use sizeof(RESULTOPTIONS2) to calculate this value.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To update the options for saving the recognition results, call the L_Doc2SetRecognitionResultOptions / L_Doc2SetRecognitionResultOptionsExt function.
To recognize one or more pages, call the L_Doc2Recognize / L_Doc2RecognizeExt function.
Required DLLs and Libraries
For an example, refer to L_Doc2SaveResultsToFile.