Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to get hocr of the image with the table_ocr library #10

Open
binayr opened this issue Sep 28, 2021 · 2 comments
Open

No way to get hocr of the image with the table_ocr library #10

binayr opened this issue Sep 28, 2021 · 2 comments

Comments

@binayr
Copy link

binayr commented Sep 28, 2021

We use the below config to get the table ocr, but there is no way to get hocr of the image. can someone add this feature please?
d = os.path.dirname(sys.modules["table_ocr"].__file__) tessdata_dir = os.path.join(d, "tessdata") tess_args = "--psm 6 -l table-ocr --tessdata-dir {0}".format(tessdata_dir)

@eihli
Copy link
Owner

eihli commented Dec 15, 2022

Tidying up some old issues that haven't had activity for a long time.

@eihli eihli closed this as completed Dec 15, 2022
@eihli
Copy link
Owner

eihli commented Dec 15, 2022

Actually, I'll leave this open for a little longer in case someone wants to tackle this.

https://kba.github.io/hocr-spec/1.2/

@eihli eihli reopened this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants