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
已提問 1 年前檢視次數 496 次
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
專家
已回答 1 年前
  • 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
已回答 1 年前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南