2 Answers
- Newest
- Most votes
- Most comments
1
Seems like you are using a 1 pager PDF, and you are using sync api analyze_document with boto3? Console demo uses async api even for 1 pager pdf and sync vs async uses a different path for rendering PDF. That might explain the difference. I would recommend you to try out async start_document_analysis
answered a year ago
0
Thank you! I actually found a related question right after this and the replies indeed point to the same explanation. I'll definitely try.
Best!
answered a year ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 months ago
- Why does my Aurora PostgreSQL-Compatible instance have high CPU usage after a major version upgrade?AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Hello,
From the information you have provided so far, I think there might be a bug in your scripts. Without reviewing the script I won't be able to provide any more details.
AFAIK, under the hood the service works just the same. The only variable here is your scripts. We can collaborate offline if you'd like me to review and determine a solution.