aws-samples / amazon-textract-textractor

Analyze documents with Amazon Textract and generate output in multiple formats.
Apache License 2.0
388 stars 142 forks source link

Error in get_layout_text_from_json in textractprettyprinter #333

Open gwynethguo opened 6 months ago

gwynethguo commented 6 months ago

Encountered this error in several documents because SELECTION_ELEMENT blocks (selection elements inside a table) do not contain the key 'Text'.

Noticed that there is an issue with the same problem #271 but it is closed, so I created a new one.