Hi,
I just pushed a hackish module that wrapps pytesseract to preserve the spacing as much as possible.
Here's the link: https://pypi.org/project/OCR-with-format/
If you manage to find the time to include it in your repo I think it would be nice :)
Here's the basic usage:
import OCR_with_format
OCR_with_format.OCR_with_format(img_path="./test.png", quiet=True)
Thanks and have a nice day!
Hi,
I just pushed a hackish module that wrapps pytesseract to preserve the spacing as much as possible.
Here's the link: https://pypi.org/project/OCR-with-format/
If you manage to find the time to include it in your repo I think it would be nice :)
Here's the basic usage:
Thanks and have a nice day!