Is it possible to call a lambda function at the end of some AWS Textract processing?
What you can do is to put the result of the AWS Textract processing in an S3 Bucket.
And then use a S3 trigger to invoke a Lambda function - https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html