An OCR (Optical Character Recognition) system that reads an image of a word-search puzzle and solves the hidden-words grid.
destructeur-2-mots
assets: Assets used in the project (images, datasets, models...)build: Compiled objects & executablesdocs: Documentation (reports, documents...)helpers: Complementary programs we usedinclude: Header filessrc: Source codetests: Unit tests
make→ builds everything (except the tests) in build/, then start the main program.make test→ builds build/test from src/.c + tests/.c, then runs it. Results can be found in tests/result.make clean→ cleans everything.
docs/ocr_word_search_solver_fr.pdf: Specificationsdocs/destructeur_2_mots_rapport_n1: First presentation reportdocs/destructeur_2_mots_rapport_n2: Second presentation report