Skip to content

JulesdeCube/UnRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unread - OCR 📖

Unread is a Optical Character Recognition (OCR). Developed as part of the EPITA's 2ⁿᵈ year project.

⭐ Feature

  • load image
  • auto rotation
  • background remover
  • text spliting
  • neural network training

Reconize characters 🤓

✔️ Require

  • GTK 3

🚧 Developement

  • libgtk-3-dev

📘 Usage

Install

make install # install all dependencies
make build # build Unread

Run

make run
# or
./build/Unread-[version]

where [version] is the UnRead current version

Clean

make clean

this will remove all the compilation files

📃 License

Licensed under the GNU general public license V3.

👪 Contributor

see Contributor

To write code or reported issues please first read the Contribution guide lines.