Home
last modified time | relevance | path

Searched refs:FullPageBlock (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblread.h36 void FullPageBlock(int width, int height, BLOCK_LIST *blocks);
H A Dblread.cpp68 void FullPageBlock(int width, int height, BLOCK_LIST *blocks) { in FullPageBlock() function
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dosdetect.cpp203 FullPageBlock(width, height, &blocks); in orientation_and_script_detection()