#include "varable.h"#include "tessclas.h"#include "notdll.h"Go to the source code of this file.
Functions | |
| inT32 | api_main (const char *arg0, uinT16 lang) |
| inT16 | setup_info (uinT16 lang, const char *name, const char *version) |
| inT16 | read_image (IMAGE *im_out) |
Variables | |
| bool | tessedit_create_boxfile = FALSE |
| bool | tessedit_read_image = TRUE |
| int | tessedit_serial_unlv = 0 |
| int | tessedit_page_number = -1 |
| bool | tessedit_write_images = FALSE |
| bool | tessedit_debug_to_screen = FALSE |
run from api
| arg0 | program name | |
| lang | language |
setup dummy engine info
| lang | user language | |
| name | of engine | |
| version | of engine |
| bool tessedit_create_boxfile = FALSE |
"Output text with boxes"
| bool tessedit_debug_to_screen = FALSE |
"Dont use debug file"
| int tessedit_page_number = -1 |
"-1 -> All pages, else specifc page to process"
"-1 -> All pages, else specific page to process"
"Ensure the image is read"
| int tessedit_serial_unlv = 0 |
"0->Whole page, 1->serial no adapt, 2->serial with adapt"
| bool tessedit_write_images = FALSE |
"Capture the image from the IPE"
1.6.3