tesseract/api
Nick White d71133a769 Use ocrx_cinfo to hold character box and confidence information
With hocr_char_boxes enabled in hocr output, each grapheme now gets
its own span tag, which holds the character confidence and box
coordinates. Using x_bboxes at the ocrx_word level was
inappropriate, as it was impossible to find which grapheme was
represented by each bounding box.
2016-05-06 13:06:46 +01:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp Use ocrx_cinfo to hold character box and confidence information 2016-05-06 13:06:46 +01:00
baseapi.h Fix ABI break introduced in 3.04.00, fixes #254 2016-03-08 11:35:24 +01:00
capi.cpp add copyright to C-API 2016-03-18 19:17:09 +01:00
capi.h add copyright to C-API 2016-03-18 19:17:09 +01:00
Makefile.am Get OpenCL to compile on OS X 2015-08-26 02:03:07 -07:00
pdfrenderer.cpp add copyright to renderer.cpp and pdfr.cpp 2016-03-18 19:43:45 +01:00
renderer.cpp add copyright to renderer.cpp and pdfr.cpp 2016-03-18 19:43:45 +01:00
renderer.h Cleanup TSV renderer 2016-03-01 13:41:19 -05:00
tesseractmain.cpp Print version to stdout instead to stderr 2016-03-16 12:10:27 +01:00