Search found 1 match

by kchidlow
Thu Nov 14, 2013 11:01 am
Forum: OCR, MRC & Document understanding
Topic: Extracting Words and Coordinates using Tesseract
Replies: 9
Views: 40867

Extracting Words and Coordinates using Tesseract

I want to extract words from image documents together with their coordinates. This data is processed later in my workflow program. The OCRTesseractDoOCR method returns a single string including all words but no coordinates. Using OCRTesseractGetCharCount and OCRTesseractGetCharLeft type methods I ca...