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
질문됨 일 년 전497회 조회
2개 답변
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
전문가
답변함 일 년 전
  • 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
수락된 답변

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
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인