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

Improve Table Indexing

Open ThomasDelteil opened this issue 2 years ago • 0 comments

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

ThomasDelteil avatar Feb 15 '23 19:02 ThomasDelteil