1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
1
Hello.
I looked at the documentation below and I thought your Python code was correct.
If possible, why not try using a different version of Boto3?
It is possible that changing the version may resolve the issue.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/textract/client/analyze_document.html
By the way, were there any other error messages output?
For example, can you check if there are any messages stating that there is a problem with a particular parameter?
Contenuto pertinente
- AWS UFFICIALEAggiornata un anno fa
- AWS UFFICIALEAggiornata 2 anni fa
I'll try made a downgrade of boto3 and run the same script. For the other hand i try configured cloudwatch logs in My aws console but i failed ajjajaj 🫠 just to know where textract has the conflict
Thanks for your answer
Hi Riku, after some hours ajajaj i solved this issue about the invalid params. The thing is the document are in Spanish and some Text inside the queries object have a special character like "á". I just remove from the text and it works
Again, thanks for your support :)