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

RECOGWORDS

Show in webframe

typedef struct _tagRecogWords
{
   L_UINT uStructSize;
   L_WCHAR szWord[MAX_WORD_SIZE];
   RECT rcWordArea;
   L_INT nZoneIndex;
} RECOGWORDS, * pRECOGWORDS;

The RECOGWORDS structure contains information about a recognized word.

Member

Description

uStructSize

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

szWord

String that contains the recognized word.

rcWordArea

RECT structure that contains the area for the recognized word.

nZoneIndex

Index of the zone in the zone list, which contains the word.

Comments

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

This structure is used with the following functions:

L_DocGetRecognizedWords

L_DocFreeRecognizedWords

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