tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::UnicodeSpanSkipper Class Reference
Collaboration diagram for tesseract::UnicodeSpanSkipper:

Public Member Functions

 UnicodeSpanSkipper (const UNICHARSET *unicharset, const WERD_CHOICE *word)
 
int SkipPunc (int pos)
 
int SkipDigits (int pos)
 
int SkipRomans (int pos)
 
int SkipAlpha (int pos)
 

Private Attributes

const UNICHARSETu_
 
const WERD_CHOICEword_
 
int wordlen_
 

Constructor & Destructor Documentation

◆ UnicodeSpanSkipper()

tesseract::UnicodeSpanSkipper::UnicodeSpanSkipper ( const UNICHARSET unicharset,
const WERD_CHOICE word 
)
inline

Member Function Documentation

◆ SkipAlpha()

int tesseract::UnicodeSpanSkipper::SkipAlpha ( int  pos)

◆ SkipDigits()

int tesseract::UnicodeSpanSkipper::SkipDigits ( int  pos)

◆ SkipPunc()

int tesseract::UnicodeSpanSkipper::SkipPunc ( int  pos)

◆ SkipRomans()

int tesseract::UnicodeSpanSkipper::SkipRomans ( int  pos)

Member Data Documentation

◆ u_

const UNICHARSET* tesseract::UnicodeSpanSkipper::u_
private

◆ word_

const WERD_CHOICE* tesseract::UnicodeSpanSkipper::word_
private

◆ wordlen_

int tesseract::UnicodeSpanSkipper::wordlen_
private

The documentation for this class was generated from the following file: