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

export table to json

Open bvbg1 opened this issue 2 years ago • 6 comments

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?

bvbg1 avatar Feb 16 '23 23:02 bvbg1