How to get table data collected from Json (parsed from an unstructured PDF file) and convert to html and csv?
I used unstructured io to parse table data from a pdf. I wrote the following code to extract tables from my pdf which is primarily bank statements. Direct PDF to csv was not working so I went on with conversion…