With the PDF below, I would like to do the following things.
- Localize the four sudoku grids so as to treat each of them separately.
- For each grid picture, I would like to obtain a matrix of the pictures corresponding to each cell.
- Finally, I would like to "find" the values printed in each cell.
The problem is that I'm a real beginner with OpenCV (I've bought a book about OpenCV with Python but I've not received it yet).
I'm not a beginner in Python, neither in math so every clue is welcomed.