/sudoku-ocr

A sudoku solver using optical character regognition for computing grids from images (EPITA third semester)

Primary LanguageC

Reynet (OCR)

Reynet is a simple OCR (Optical Character Recognition) made in C and intended to solve a Sodoku from an image.

Installation

To build both the Sodoku solver and Reynet, run the following command:

$ make

Usage

To run the Reynet OCR gui, run the following command:

$ ./build/reynet

To run the command-line solver, run the following command:

$ ./build/solver <path_to_the_sudoku>

Tests

To build the test and run it, run the following commands:

$ make test/<name_of_the_test>

To build the test, run:

$ make build/<name_of_the_test>

To run the test, run:

$ make run/<name_of_the_test>