L_OcrDocumentManager_GetFormatOptions

Summary

Gets the current options for the specified document format.

Syntax

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrDocumentManager_GetFormatOptions (documentManager, format, formatOptions)

Parameters

L_OcrDocumentManager documentManager

Handle to the OCR engine document manager.

DOCWRTFORMAT format

Format to get its options.

DOCWRTOPTIONS* formatOptions

Address to variable of type DOCWRTOPTIONS structure to be updated with the format options.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Gets the current options for the specified document format.

You can change these options and set them back into document managed by calling L_OcrDocumentManager_SetFormatOptions.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_OcrEngine_GetDocumentManager

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.