tesseract v5.3.3.20231005
|
#include "blobs.h"
#include "ccstruct.h"
#include "clst.h"
#include "linlsq.h"
#include "normalis.h"
#include "ocrblock.h"
#include "ocrrow.h"
#include "points.h"
#include "polyaprx.h"
#include "werd.h"
#include "helpers.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Functions | |
bool | tesseract::divisible_blob (TBLOB *blob, bool italic_blob, TPOINT *location) |
void | tesseract::divide_blobs (TBLOB *blob, TBLOB *other_blob, bool italic_blob, const TPOINT &location) |
Variables | |
const TPOINT | tesseract::kDivisibleVerticalUpright (0, 1) |
const TPOINT | tesseract::kDivisibleVerticalItalic (1, 5) |