tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::DawgArgs Struct Reference

#include <dict.h>

Collaboration diagram for tesseract::DawgArgs:

Public Member Functions

 DawgArgs (DawgPositionVector *d, DawgPositionVector *up, PermuterType p)
 

Public Attributes

DawgPositionVectoractive_dawgs
 
DawgPositionVectorupdated_dawgs
 
PermuterType permuter
 
bool valid_end
 

Constructor & Destructor Documentation

◆ DawgArgs()

tesseract::DawgArgs::DawgArgs ( DawgPositionVector d,
DawgPositionVector up,
PermuterType  p 
)
inline

Member Data Documentation

◆ active_dawgs

DawgPositionVector* tesseract::DawgArgs::active_dawgs

◆ permuter

PermuterType tesseract::DawgArgs::permuter

◆ updated_dawgs

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

◆ valid_end

bool tesseract::DawgArgs::valid_end

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