Why Textract demo and boto3 Textract for Table give different result?

0

I tried to do Textract with one page pdf file using 1) Textract demo and 2) boto3 with sample code from here https://docs.aws.amazon.com/textract/latest/dg/examples-export-table-csv.html. However, the Textract demo gives better result than boto3. Why is that?

  • Can you comment on what specifically works better in the Textract demo (assuming you refer to the AWS Console Textract experience). The Console shows merged cells, which in a CSV you won't see as merged cells are not supported.

  • I am also facing such situations while detecting tables and converting them into csv demo is doing great but boto3 has some problems

已提問 2 年前檢視次數 426 次
1 個回答
0

Hi,

Please make sure you are using the same region when you are running Textract APIs. Also could you update your boto3 library using the following command: pip install --upgrade boto3

Thanks Ioan

AWS
Ioan
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南