OCR Tesseract process image with opencv
I have a project ocr japanese language with read image
i need remove the box of the number to input the ocr process.
and i need output same
Any idea. thank you very much
I guess you'd have to train it to look for numbers only. Or, look for text but only digits, that will save you a lot of cpu. Sorry i can't be of more help, i'm in the middle of getting tesseract to output useful stuff myself.
Are the images always going to be constant and necessary information always in same place?