I was trying to extract tables and data from a PDF file using DetectDocument (asynchronous) from AWS textract service using C#/.NET.
I was successful in data extraction but not able to figure out how to extract tables in a PDF and export in CSV file using AnalyzeDocument.
Read the AWS documentation and found CSV extraction in Python and not in .NET. Refer link:- https://docs.aws.amazon.com/textract/latest/dg/examples-export-table-csv.html
Tried looking into Python code and replicate for .NET but was not successful.