OCR Tesseract process image with opencv

asked 2016-07-01 02:39:53 -0600

updated 2017-09-01 14:22:17 -0600

I have a project ocr japanese language with read image

image description

i need remove the box of the number to input the ocr process.

and i need output same

image description

Any idea. thank you very much

edit retag flag offensive close merge delete

Comments

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.

atv gravatar imageatv ( 2016-07-02 04:56:18 -0600 )edit

Are the images always going to be constant and necessary information always in same place?

EdwinS gravatar imageEdwinS ( 2016-07-02 10:30:03 -0600 )edit