Textract Bulk Uploader via Boto API

0

I have recently seen the news on the console Textract tool for Bulk Upload. Is there a way to use this service via the API? Like send a list via the startDocumentAnalysis?

profile picture
Zac Dan
demandé il y a un an497 vues
2 réponses
2

Hi - It seems currently it is an AWS Management Console tool. It will help to evaluate the capabilities of Amazon Textract, using Bulk Document Uploader feature on the Amazon Textract console and enables you to quickly process your own set of documents without writing any code.

profile pictureAWS
EXPERT
répondu il y a un an
  • Got it so there is not way to bulk upload via the API rather than just a loop to call the endpoint for each file individually? Was hoping to batch my documents and get a response like that of the Bulk Uploader.

1
Réponse acceptée

Hi, @AWS-user-Nitin is correct, it is not a new API, hence not a feature of the AWS CLI. The Textract Bulk Uploader AWS Web Console UI does actually call the StartDocumentAnalysis API multiple times and then for all the documents to finish. If you are looking to process larger number of documents, take a look at the https://github.com/aws-solutions-library-samples/guidance-for-low-code-intelligent-document-processing-on-aws, which offers a way to setup a workflow for even higher number of documents. Let me know what your use case is, file a ticket against the repo and I can provide a sample for that.

AWS
répondu il y a un an
  • Will do! Work flow is to take a large number of documents as a batch, process them with Textract + post processing lambda, upload into Dynamo with each row as a document record, and then summarize all records for a batch into a csv/excel.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions