2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a 2 ans
0
A bit late to the show, but textract demo is async behind the curtains, so if you are not going the async route with boto3 you might get different results for the same document. I got this very well explained to myself in here: https://repost.aws/questions/QUfi_3FSF4S2SfXXCmCFiAcw#ANdC661SRES1WZXpfe3pctlg
répondu il y a 2 mois
Contenus pertinents
- Réponse acceptéedemandé il y a 2 ans
- demandé il y a 8 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 ans
- AWS OFFICIELA mis à jour il y a 9 mois
- AWS OFFICIELA mis à jour il y a 8 mois
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