Capture Sudoku image using javascript -- 3

Job ID: 36552468

Budget: $30 – $250 USD

Capture Sudoku image with javascript
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 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.
Related categories: JavaScript CSS HTML5 Image Processing