awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.61k stars 5.64k forks source link

Diffrent CSV Output When using through the code #878

Closed SanatMoharir closed 5 years ago

SanatMoharir commented 5 years ago

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?

bisdavid commented 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.

ghost commented 5 years ago

Closing for now due to lack of customer response. Please feel to reopen as needed.

Paul AWS Documentation