21 #ifndef TESSERACT_CCMAIN_PAGEITERATOR_H_ 22 #define TESSERACT_CCMAIN_PAGEITERATOR_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;
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;
364 #endif // TESSERACT_CCMAIN_PAGEITERATOR_H_
void SetBoundingBoxComponents(bool include_upper_dots, bool include_lower_dots)