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.
- Host: GitHub
- URL: https://github.com/lyellick/sudokusolver
- Owner: lyellick
- License: gpl-3.0
- Created: 2024-02-04T22:12:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T02:54:12.000Z (over 2 years ago)
- Last Synced: 2025-03-09T01:04:59.940Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.