|
tesseract v5.3.3.20231005
|
#include "output.h"#include "control.h"#include "tesseractclass.h"#include "tessvars.h"#include "docqual.h"#include "reject.h"#include "helpers.h"#include <cctype>#include <cerrno>#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Macros | |
| #define | CTRL_NEWLINE '\012' |
| #define | CTRL_HARDLINE '\015' |
Functions | |
| char | tesseract::determine_newline_type (WERD *word, BLOCK *block, WERD *next_word, BLOCK *next_block) |
| #define CTRL_HARDLINE '\015' |
Definition at line 36 of file output.cpp.
| #define CTRL_NEWLINE '\012' |
Definition at line 35 of file output.cpp.