Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

L_DocIsCharEnabled

Show in webframe

#include "ltdoc.h"

L_LTDOC_API L_BOOL L_DocIsCharEnabled(hDoc, ch)

L_HDOC hDoc;

/* handle to the OCR document */

L_WCHAR ch;

/* character to be checked */

Returns a value that indicates whether the specified character is enabled in the OCR document engine.

Parameter

Description

hDoc

Handle to the OCR document.

ch

Character to be checked in the OCR document engine.

Returns

TRUE

Character is validated for recognition.

FALSE

Character is disabled in the OCR document engine

Comments

Returns a value that indicates whether a given character is validated for the current page by its Language environment and any filtering, which may include FilterPlus characters for one or more zones on the pages.

Required DLLs and Libraries

LTDOC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

L_DocSelectLanguages, L_DocGetSelectedLanguages, L_DocFreeLanguages, L_DocSetCharLangsOptions, L_DocGetCharLangsOptions, L_DocGetDefaultSpellLanguages

Topics:

OCR Functions: Languages

 

Working with Languages

Example

For an example, refer to L_DocGetSelectedLanguages.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.