SudokuSolverX

SudokuSolverX is an Android app for solving Sudoku puzzles live via the phone camera.

I thought this would be an interesting project after doing a Sudoku solver leetcode problem. The app uses the OpenCV library to detect the sudoku grid and prepare the image for OCR, e.g. remove the grid lines. The Tesseract library is also used to perform the OCR. This was the result of a few days exploration of OpenCV, Tesseract and Android, so it is not super robust. If there is any interest then I will improve the quality and publish it to the Android Play Store.

Source code:
https://github.com/adamkorg/SudokuSolverX

Downloads:
SudokuSolverX.apk
tessdata.zip

Install instructions:
– Extract tessdata.zip to the phone’s Download directory (sdcard/Download).
– Copy SudokuSolverX.apk above to the device and run it to install. You might need to temporarily disable Play Protect while installing.

Run instructions:
Now run the SudokuSolverX app and move phone over a sudoku puzzle until you get blue and green numbers above every box in the puzzle. It might take some moving around to get the box straight enough for the detection to succeed. If not successful then you will not see the blue box surround the grid, you will just see red boxes.

Screenshots: