-
|
Title is self-explanatory but since there isn't an API for this package and the help output for there CLI doesn't indicate that there is a way to specify coordinates, I'm hoping there might just be something hidden that would allow it? |
Beta Was this translation helpful? Give feedback.
Answered by
dynobo
Jul 18, 2023
Replies: 1 comment 2 replies
-
|
Hi @FM1337 , thanks for your question. Unfortunately no, that's not possible at the moment. May I ask, what your use-case is, to better understand your requirements? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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! 👍