amazon-textract-textractor
amazon-textract-textractor copied to clipboard
export table to json
I can see support for exporting to csv, Pandas DataFrame and xls here: https://aws-samples.github.io/amazon-textract-textractor/notebooks/table_data_to_various_formats.html
Is there a way to export the table data to json? Or do I have to export as DataFrame first and then convert to json by using pandas?