Python application for filtering and recognize captcha.
The application can be run from the "app.exe" or build from source. (TODO: exe)
Python 3.6 is needed as well as the additional modules that can be found on the "requeriments.txt" file. (TODO)
- OpenCV - For computer vision purposes.
- NumPy - Array and image manipulation.
- Pillow - For image manipulation.
- TkInter - Graphical user interface.
Version -1.0 (In development)
(TODO)