You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this issue seems very similar to #136 , but I just can't make it work: the word and line order inside table cells is not preserved when invoking the get_text method.
The json attached is a reslt of running Textract start_document_analysis with parameters [TextractFeatures.TABLES, TextractFeatures.LAYOUT].
I was able to find the asset online, the issue is that the page is rotated and Textractor has a significant amount of logic that does ordering based on x and y which does not account for rectification.
Hello, this issue seems very similar to #136 , but I just can't make it work: the word and line order inside table cells is not preserved when invoking the get_text method.
The json attached is a reslt of running Textract
start_document_analysis
with parameters[TextractFeatures.TABLES, TextractFeatures.LAYOUT]
.When running
I get as output for example
But the actual lines are "of adolescent girls and" and "6.1.2.4 Ensure the" and the line order is different.
Blocks seem fine and the child order in "Relationships" also seem correct.
What am i doing wrong?
6e2ab4b2a234e0410205db117803203a1be55a3fc766d56083c62512d71e556e.json
The text was updated successfully, but these errors were encountered: