RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
_FoundText Struct Reference

Search result. More...

#include <RecAPIPlus.h>

Public Attributes

HDOC hDoc
 
int page
 
int position
 
int nLetters
 
WCHAR letters [FT_TEXTLEN]
 
RECT boundBoxes [FT_TEXTLEN]
 
int foundStart
 
int foundLen
 
INTBOOL isFuzzy
 

Detailed Description

Search result.

The result of the search (RecFindTextFirst, RecFindTextNext), and also the input for text marking and redaction (RecProcessText, RecRedactText)

Member Data Documentation

◆ boundBoxes

RECT _FoundText::boundBoxes[FT_TEXTLEN]

Bounding boxes of the letters.

◆ foundLen

int _FoundText::foundLen

Number of letters of the found word.

◆ foundStart

int _FoundText::foundStart

Index of the first letter of the currently found word within FoundText::letters.

◆ hDoc

HDOC _FoundText::hDoc

Current document handle.

◆ isFuzzy

INTBOOL _FoundText::isFuzzy

TRUE if found by fuzzy method.

◆ letters

WCHAR _FoundText::letters[FT_TEXTLEN]

The found word and its environment, always null terminated.

◆ nLetters

int _FoundText::nLetters

Number of valid letters in text and bboxletter arrays.

◆ page

int _FoundText::page

Current page (zero-based index).

◆ position

int _FoundText::position

Letter index of the first letter in FoundText::letters within the logical letter order of the page).