Skip to content

Latest commit

Β 

History

History
59 lines (41 loc) Β· 1.37 KB

File metadata and controls

59 lines (41 loc) Β· 1.37 KB

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.