You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by samwhealon April 11, 2024
I have been playing around with this library and the original textract-response-parser. I found that TRP doesn't support returning table_titles. So I looked at textractor, which supports titles but not column_headers.
Are there plans to add column headers to be created with the table object?
Column headers have a setter and return property under the table entity, however the column_headers setter doesn't seem to be accessed in the response parser.
Discussed in #350
Originally posted by samwhealon April 11, 2024
I have been playing around with this library and the original textract-response-parser. I found that TRP doesn't support returning table_titles. So I looked at textractor, which supports titles but not column_headers.
Are there plans to add column headers to be created with the table object?
Column headers have a setter and return property under the table entity, however the column_headers setter doesn't seem to be accessed in the response parser.
Where I think this would exist in the parser:
amazon-textract-textractor/textractor/parsers/response_parser.py
Line 1013 in 8cf3759
Functions for table exist here:
amazon-textract-textractor/textractor/entities/table.py
Line 152 in 8cf3759
Screenshot of my debugger. Column_headers register as true in the table_cells, but not populating in the column_headers field
The text was updated successfully, but these errors were encountered: