Skip to content
Discussion options

You must be logged in to vote

Wow, interesting use case, thanks for sharing!

I'm glad you found a solution for the OCR part. Glueing some screenshot tool to plain tesseract (or pytesseract) whould have been my recommendation here, too.

Regarding grid-detection, I've planned to add something similar to NormCap (table detection, see #17), but it turned out to be quite complex to do this in a robust way.
In your case, the grid is probably with fixed dimension, then manually measure top-left and cell width/height and iterating over that might be a quick win.

Good luck! 👍

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FM1337
Comment options

@dynobo
Comment options

Answer selected by FM1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants