Re: [tesseract-ocr] Recognising numbers in sudoku

2020-11-15 Thread 'Martin Läuter' via tesseract-ocr
Hi, Someone did some (apparently) solid sudoku solving without tesseract, see https://blog.scottlogic.com/2020/01/03/webassembly-sudoku-solver.html. And the explanation is not bad either. Hope that helps, Martin. On Sunday, November 15, 2020 at 12:25:49 PM UTC+1 agentbond009 wrote: > [image:

Re: [tesseract-ocr] Recognising numbers in sudoku

2020-11-16 Thread 'Martin Läuter' via tesseract-ocr
Remember, it's a website, that is live-solving the sudoku! Tensorflow.js is pretty lightweight, and you only need it to evaluate the number recognition model. You don't need to train the model (the trained weights are checked in the repository, AFAICT) nor install TensorFlow at all. I don't sa