How to make this picture more clear?

asked 2015-11-21 08:29:45 -0600

Mr.Karimi.D gravatar image

updated 2020-10-13 14:23:01 -0600

I should use OCR for detecting texts in many pictures. Here is one of the samples. image description

Also it is the picture after using adaptive threshold filter. image description

If you see carefully, you can recognize "9408 M 80 M01213" in this picture.

I would be appreciate if somebody helps me to make the last picture more clear for using an OCR library(like tesseract) or suggests me any other filters.

edit retag flag offensive close merge delete

Comments

try the code here

i get this result with Blur Sigma = 0, Threshold = 225 ( try )

image description

sturkmen gravatar imagesturkmen ( 2015-11-21 12:15:03 -0600 )edit
1

Another way big blur of size 15 with sigma 10 and resize your image (813/8 and 1561/8) it will give you something like this

LBerger gravatar imageLBerger ( 2015-11-21 13:47:57 -0600 )edit