amazon-textract-textractor
amazon-textract-textractor copied to clipboard
Analyze a document with multiple pages
Hello. How should we do, when we have a pdf with multiple pages?
Thanks, Alex
Hi,
You will have to use the asynchronous API. It is very similar to the synchronous API, except that the PDF file needs to be in S3 or you can provide an S3 upload path and Textractor will upload it for you.
See this page in the documentation: https://aws-samples.github.io/amazon-textract-textractor/notebooks/simple_ocr.html#Asynchronous-example
Thanks!
This worked for me - I suggest you close the issue as well - @Belval