24 #include "scrollview.h" 39 void Notify(
const SVEvent* sve);
44 extern BLOCK_LIST *current_block_list;
45 extern STRING_VAR_H (editor_image_win_name,
"EditorImage",
46 "Editor image window name");
47 extern INT_VAR_H (editor_image_xpos, 590,
"Editor image X Pos");
48 extern INT_VAR_H (editor_image_ypos, 10,
"Editor image Y Pos");
49 extern INT_VAR_H (editor_image_height, 680,
"Editor image height");
50 extern INT_VAR_H (editor_image_width, 655,
"Editor image width");
51 extern INT_VAR_H (editor_image_word_bb_color, BLUE,
52 "Word bounding box colour");
53 extern INT_VAR_H (editor_image_blob_bb_color, YELLOW,
54 "Blob bounding box colour");
55 extern INT_VAR_H (editor_image_text_color, WHITE,
"Correct text colour");
56 extern STRING_VAR_H (editor_dbwin_name,
"EditorDBWin",
57 "Editor debug window name");
58 extern INT_VAR_H (editor_dbwin_xpos, 50,
"Editor debug window X Pos");
59 extern INT_VAR_H (editor_dbwin_ypos, 500,
"Editor debug window Y Pos");
60 extern INT_VAR_H (editor_dbwin_height, 24,
"Editor debug window height");
61 extern INT_VAR_H (editor_dbwin_width, 80,
"Editor debug window width");
62 extern STRING_VAR_H (editor_word_name,
"BlnWords",
63 "BL normalised word window");
64 extern INT_VAR_H (editor_word_xpos, 60,
"Word window X Pos");
65 extern INT_VAR_H (editor_word_ypos, 510,
"Word window Y Pos");
66 extern INT_VAR_H (editor_word_height, 240,
"Word window height");
67 extern INT_VAR_H (editor_word_width, 655,
"Word window width");
68 extern double_VAR_H (editor_smd_scale_factor, 1.0,
"Scaling for smd image");
71 void build_image_window(
int width,
int height);
74 void pgeditor_show_point(
77 void show_point(
PAGE_RES* page_res,
float x,
float y);
Definition: scrollview.h:61
PGEventHandler(tesseract::Tesseract *tess)
Definition: pgedit.h:37
tesseract::Tesseract * tess_
Definition: pgedit.h:41
Definition: baseapi.cpp:94
double_VAR_H(textord_tabvector_vertical_gap_fraction, 0.5, "Max fraction of mean blob width allowed for vertical gaps in vertical text")
Definition: tesseractclass.h:173
Definition: scrollview.h:86