An open API service indexing awesome lists of open source software.

https://github.com/lyellick/sudokusolver

Sudoku solver using SixLabors.ImageSharp and Tesseract. The solver is designed to take a screenshot from the Sudoku.com Android app, extract cell data, and efficiently solve the puzzle. This project serves as a learning experience for image manipulation, utilizing Tesseract for extracting image-to-text data, and applying.
https://github.com/lyellick/sudokusolver

Last synced: about 2 months ago
JSON representation

Sudoku solver using SixLabors.ImageSharp and Tesseract. The solver is designed to take a screenshot from the Sudoku.com Android app, extract cell data, and efficiently solve the puzzle. This project serves as a learning experience for image manipulation, utilizing Tesseract for extracting image-to-text data, and applying.

Awesome Lists containing this project

README

          

# SudokuSolver

Sudoku solver using SixLabors.ImageSharp and Tesseract. The solver is designed to take a screenshot from the Sudoku.com Android app, extract cell data, and efficiently solve the puzzle. This project serves as a learning experience for image manipulation, utilizing Tesseract for extracting image-to-text data, and applying.