Skip to content

Xavier2p/ocr-0x12R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocr-0x12R

Welcome on the 0x12R!

This is the S3 project of the best team.

Dependencies

Please be sure you have this three packages in your system.

SDL2
SDL2_Image
GTK3

SDL2

Ubuntu/Debian : sudo apt-get install libsdl2-dev libsdl-image2-dev 
Arch/Manjaro  : sudo pacman -S libsdl-image2-dev
NixOS         : sudo nix-env -iA nixos.SDL2

GTK3

Ubuntu/Debian : sudo apt-get install libgtk-3-dev
Arch/Manjaro  : sudo pacman -S libgtk-3-dev

Launch OCR

git clone https://github.com/Fach-OCR/ocr-0x12R.git
cd ocr-0x12R
make
./main

Enjoy!