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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -