Reputation: 53
I'm trying Tesseract ocr to process specific cards with a matrix like this:
Is there any way to configure Tesseract to extract only single letters?
The problem is the columns of the matrix have letters as titles: "A B C D E F G H I" when I train using the BOX file each letter is detected, but when I execute the ocr process the letters are merged into a word: "ABCDEFGHI". I need the words separated because I need the bounds of each column (x, y, height, width) and it will make the processing of the entire column more accurate.
Thanks,
Upvotes: 1
Views: 1312