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

SPECIALCHAR

Show in webframe

typedef struct _tagSpecialChar
{
   L_UINT uStructSize;
   L_WCHAR chReject;
   L_WCHAR chMissSym;
} SPECIALCHAR, * pSPECIALCHAR;

The SPECIALCHAR structure contains special characters for the selected language.

Member

Description

uStructSize

Specifies the structure size. It should be equal to sizeof(SPECIALCHAR)

chReject

Specifies the rejection symbol that will be used in the recognition result.

chMissSym

Specifies the missing symbol that will be used in the recognition result.

Comments

pSPECIALCHAR is a pointer to a SPECIALCHAR structure. Where the function parameter type is pSPECIALCHAR, declare a SPECIALCHAR variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pSPECIALCHAR variable is necessary only if the program requires a pointer.

This structure is used with the following functions:

L_DocSetSpecialChar

L_DocGetSpecialChar

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