amazon-textract-textractor
amazon-textract-textractor copied to clipboard
Improve Table Indexing
There is some limited support for table indexing such as:
new_table = document.tables[0][:5, :]
In order to select the first 5 rows of a given table.
However we need to:
- [ ] Adjust the returned Table such that its bounding box is tight with respect of the returned cells
- [ ] Support negative indexing