-
Is there a way to make proper orders involving both normal layouts and table? For example, I have a PDF like this:
Would it be possible to put table in the correct position (unlike something like result = "\n".join([layout.text for layout in dp.layouts]) + "\n"
for table in dp.tables:
result += table.text ) using your |
Beta Was this translation helpful? Give feedback.
Answered by
JaMe76
Jun 21, 2023
Replies: 1 comment 1 reply
-
I am currently refactoring text ordering and text presentation in no_hierachy_reading_order, so that your question can be affirmatived answered. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yflam1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently refactoring text ordering and text presentation in no_hierachy_reading_order, so that your question can be affirmatived answered.
I hope that I can merge this branch by the end of this week.
Currently, it is not easily possible.