Capture Sudoku image using javascript
Budget: $10 – $30 USD
The script should automatically catch a Sudoku puzzle using rear mobile's phone. It should catch the image only if puzzle is aligned. While it's not aligned show red frame around image. When it's aligned show green frame and automatically catch an image.
Now do OCR (using openCV.js or something similar) and convert image to 81 cells array.(The first cell is the top left cell. Then move to the cell to the right. After finishing the first row, start the next one from left to right.)
The OCR should be able to handle printed letters(like from a newspaper) and written letters(as if someone solved the puzzle using pen/pencil.
After the OCR finished print/alert the array.
Now do OCR (using openCV.js or something similar) and convert image to 81 cells array.(The first cell is the top left cell. Then move to the cell to the right. After finishing the first row, start the next one from left to right.)
The OCR should be able to handle printed letters(like from a newspaper) and written letters(as if someone solved the puzzle using pen/pencil.
After the OCR finished print/alert the array.