Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orottier/calcudoku
Python solver for calcudokus
https://github.com/orottier/calcudoku
Last synced: 5 days ago
JSON representation
Python solver for calcudokus
- Host: GitHub
- URL: https://github.com/orottier/calcudoku
- Owner: orottier
- Created: 2015-11-15T10:46:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T10:13:21.000Z (almost 9 years ago)
- Last Synced: 2023-03-03T18:33:26.342Z (over 1 year ago)
- Language: Python
- Size: 230 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalcuDoku
Python solver for calcudokus![showcase](https://github.com/orottier/calcudoku/raw/master/showcase.gif "How it works")
## Requirements
Python:
- [cv2](http://opencv.org/)
- [numpy](http://www.numpy.org/)[Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
## Usage:
`python main.py path/to/image.jpg size`Size is an integer denoting the width/height of the square calcudoku.
## Todo
- Automatic size detection
- Train Tesseract for better number/operator detection