21 #ifndef TESSERACT_CCMAIN_PAGEITERATOR_H_ 22 #define TESSERACT_CCMAIN_PAGEITERATOR_H_ 24 #include "publictypes.h" 69 int scale,
int scaled_yres,
70 int rect_left,
int rect_top,
71 int rect_width,
int rect_height);
84 bool PositionedAtSameWord(
const PAGE_RES_IT* other)
const;
99 virtual void RestartParagraph();
105 bool IsWithinFirstTextlineOfParagraph()
const;
112 virtual void RestartRow();
192 bool include_lower_dots) {
193 include_upper_dots_ = include_upper_dots;
194 include_lower_dots_ = include_lower_dots;
207 int* left,
int* top,
int* right,
int* bottom)
const;
209 int* left,
int* top,
int* right,
int* bottom)
const;
216 int* left,
int* top,
int* right,
int* bottom)
const;
225 PolyBlockType BlockType()
const;
234 Pta* BlockPolygon()
const;
256 int* left,
int* top)
const;
265 int* x1,
int* y1,
int* x2,
int* y2)
const;
278 float *deskew_angle)
const;
311 int *first_line_indent)
const;
324 TESS_LOCAL
void BeginWord(
int offset);
364 #endif // TESSERACT_CCMAIN_PAGEITERATOR_H_ WritingDirection
Definition: publictypes.h:135
bool include_upper_dots_
Definition: pageiterator.h:351
C_BLOB_IT * cblob_it_
Definition: pageiterator.h:349
bool include_lower_dots_
Definition: pageiterator.h:352
int rect_width_
Definition: pageiterator.h:358
WERD * word_
Definition: pageiterator.h:339
PAGE_RES * page_res_
Definition: pageiterator.h:327
Definition: baseapi.cpp:94
int rect_top_
Definition: pageiterator.h:357
PageIteratorLevel
Definition: publictypes.h:219
void SetBoundingBoxComponents(bool include_upper_dots, bool include_lower_dots)
Definition: pageiterator.h:191
Definition: pageres.h:675
ParagraphJustification
Definition: publictypes.h:251
int rect_height_
Definition: pageiterator.h:359
int rect_left_
Definition: pageiterator.h:356
Orientation
Definition: publictypes.h:120
Tesseract * tesseract_
Definition: pageiterator.h:329
Definition: tesseractclass.h:173
PAGE_RES_IT * it_
Definition: pageiterator.h:334
int blob_index_
Definition: pageiterator.h:343
TextlineOrder
Definition: publictypes.h:152
int scaled_yres_
Definition: pageiterator.h:355
int word_length_
Definition: pageiterator.h:341
int scale_
Definition: pageiterator.h:354
Definition: pageiterator.h:52