Closed SanatMoharir closed 5 years ago
What exactly are the differences that you are seeing that you are concerned about? Whitespace might vary, but that shouldn't be a problem. There is no intention for the format of the .csv file to be exactly the same. As long as they still both process correctly with tools that read .csv files, they should be fine. For example, Excel does successfully read both.
Closing for now due to lack of customer response. Please feel to reopen as needed.
Paul AWS Documentation
Hi @sbz @dlo @rhcarvalho @marcomagdy @hyandell, I am trying to extract tables to CSV format using amazon textract. When I am using the textract demo console where we upload our test image document I am getting good results as it accurately extracts tables into csv format. But, when I am using the code: [https://docs.aws.amazon.com/textract/latest/dg/examples-export-table-csv.html] The resulting csv is not the same. There is a difference between formatting of the csv files. What can I do for it can you please help me with this?