amazon-textract-textractor icon indicating copy to clipboard operation
amazon-textract-textractor copied to clipboard

access extra functionality like in amazon-textract-response-parser

Open bvbg1 opened this issue 2 years ago • 11 comments

In https://github.com/aws-samples/amazon-textract-response-parser/blob/master/src-python/README.md I can see several features that I'd like to access from amazon-textract-textractor.

Specifically:

  • Order blocks (WORDS, LINES, TABLE, KEY_VALUE_SET) by geometry y-axis
  • Page orientation in degrees
  • Merge or link tables across pages
  • Add OCR confidence score to KEY and VALUE
  • Getting the table headers (not mentioned in amazon-textract-response-parser) but available in Textract

Is this possible?

bvbg1 avatar Feb 20 '23 00:02 bvbg1