tesseract v5.3.3.20231005
|
#include "pdblock.h"
#include <allheaders.h>
#include <cinttypes>
#include <cstdlib>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Macros | |
#define | BLOCK_LABEL_HEIGHT 150 |
Functions | |
constexpr ERRCODE | tesseract::BADBLOCKLINE ("Y coordinate in block out of bounds") |
constexpr ERRCODE | tesseract::LOSTBLOCKLINE ("Can't find rectangle for line") |
#define BLOCK_LABEL_HEIGHT 150 |
Definition at line 34 of file pdblock.cpp.