Skip to content

Latest commit

 

History

History
 
 

cpp

basic

The simplest captcha breaking.

The Captcha Image

Status

finished.

Environment

Programing Language: C++
Library: opencv2 + libboost + tesseract-ocr

Technique

use tesseract-ocr directly.

Steps

1.build

cmake . && make

2.recognize

./recognizer test1.jpg
./recognizer test2.jpg
./recognizer test3.jpg