When I run a deploy this project and run a png through using the lambda the response object for item["BlockType"] == "WORD" does not include an item["TextType"] key.
However if I run this either manually using the test.py or creating a function to call textract from my machine, it does bring this key back.
I am guessing that this project is using an older version of the boto3 api, however i am not sure how to update that. Thanks!
You can see the "TextType" parameter is supposed to come back here: Textract API