- Newest
- Most votes
- Most comments
What is the AWS SDK version that you are using? If you are shipping your own version it has to be above 2.792. Not sure what do you mean by JSON responses (plural, that is). Afaik TextType result is only available when the document (e.g. PDF) has been processed by Textract and the results were obtained, for example, via getDocumentTextDetection call.
Thanks for the reply - it ended up solving the issue. The issue was due to the version of PHP SDK. I was using 3.158.3 but needed to update to 3.174.0. When calling the service I was using the "latest" keyword in the constructor assuming it would use the latest API version regardless of the SDK, but I see it is still limited by the SDK bundle itself to what it perceives as the "latest".
It is odd though that the Textract console on AWS is not using the latest version, as it does not contain the "TextType" attribute either. I would've assumed it was using the latest, but seems not. Would've helped in my initial investigations to show it wasn't a region problem or similar.
Edited by: bluebox-steven on Mar 16, 2021 5:09 AM
Relevant content
- asked 4 years ago
- asked 4 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
