MCPcopy Create free account
hub / github.com/creatale/node-dv / TessPageIteratorBoundingBox

Function TessPageIteratorBoundingBox

deps/tesseract/api/capi.cpp:669–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669TESS_API BOOL TESS_CALL TessPageIteratorBoundingBox(const TessPageIterator* handle, TessPageIteratorLevel level,
670 int* left, int* top, int* right, int* bottom)
671{
672 return handle->BoundingBox(level, left, top, right, bottom) ? TRUE : FALSE;
673}
674
675TESS_API TessPolyBlockType TESS_CALL TessPageIteratorBlockType(const TessPageIterator* handle)
676{

Callers

nothing calls this directly

Calls 1

BoundingBoxMethod · 0.80

Tested by

no test coverage detected