aws-samples / amazon-textract-textractor

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

Add confidence scores at the DocumentEntity level #363

Closed Belval closed 1 month ago

Belval commented 1 month ago

Issue #, if available: N/A

Description of changes: This change makes confidence available at the DocumentEntity level, meaning that most component will now have .confidence and the field will be populated using the raw_object property.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.