Unread is a Optical Character Recognition (OCR). Developed as part of the EPITA's 2ⁿᵈ year project.
- load image
- auto rotation
- background remover
- text spliting
- neural network training
Reconize characters 🤓
- GTK 3
libgtk-3-dev
make install # install all dependencies
make build # build Unread
make run
# or
./build/Unread-[version]
where [version]
is the UnRead current version
make clean
this will remove all the compilation files
Licensed under the GNU general public license V3.
To write code or reported issues please first read the Contribution guide lines.