I have tried using Analyze Document to retrieve data but this function allowed only image file. So how can I get form data (key-value pair) in PDF file?
Asked
Active
Viewed 1,537 times
0

John Rotenstein
- 241,921
- 22
- 380
- 470

Nilotpal chanda
- 71
- 4
-
Thanks for reaching out to me. But I want through Amazon - Textract only. – Nilotpal chanda Sep 25 '19 at 16:49
1 Answers
0
You can use get_document_analysis() , which is an asynchronous call for analyze documents. Asynchronous calls support PDF.
you can refer this https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/textract.html#Textract.Client.get_document_analysis .

Abhinav Rajput
- 23
- 6