This is our OCR school project at EPITA
git clone git@github.com:Tibo-s-Team/OCR_EPITA.git
cd src
make
Run the program with the command ./TIBO
- gcc (C99)
- Python 3
.
├── Images
│ └── Images used by the program
├── Python
│ └── Python source files
├── src
│ ├── main.c
│ ├── Makefile
│ └── C source files (.c and headers)
└── tests
├── outputs
│ ├── Tests' results from our different neural networks
├── images
│ ├── All the images used to test our algorithms on
└── scripts
└── All the scripts used to run certain parts of the algorithm
- Image loading : Done
- Image preprocessing : Done
- Image filtering : Done
- Interface : Add filter selection and better previsualization
- Image segmentation : Better thresholding system
- Image rotation