Enable Table Detection using table-transformer #249
Unanswered
vchow-allcloud
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The reference to the model is not quite right: Use deepdoctection/deepdoctection/extern/model.py Line 444 in 2a123fd Currently, there is no built-in method for rotating layout elements even if table transformers recognizes rotated tables. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to do table detection and text extraction using the same analyzer. Using the default analyzer config, I am able to extract text effectively from PDFs. However, it appears tables are not turned on or detected by default.
I tried the following to enable table-transformers. I installed deepdoctection[pt], including detectron2. I also cloned the table transformers hugging face repo locally.
I then execute the following code:
but receive the error below.
Additional details:
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions