ocr - Can I read this captcha with imagemagick/tesseract? -


i'm week trying read captcha. i'm using imagemagick treat image , tesseract interpret. without success. me?

thank you!

captcha-novo.png .

convert captcha-novo.png -fuzz -50% -transparent black -fuzz 15% -fill black -opaque 'rgb(16,128,176)' -fuzz 40% -fill white +opaque blue -colorspace gray captcha-interpretado.png 

captcha-novo.png .

tesseract captcha-interpretado.png page-empty.txt 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -