I would like to extract handwritten text from a scanned image - using say Amazon AWS Textract. And then would like to be able to create a searchable PDF with the output - so convert the image into a pdf with a text layer.
Amazon has provided a blog post and java code showing how it can be done.
Would like to be able to do it in Python. Python code examples showing AWS Textract usage are all here - link.
However, these examples do not show how to use the response from AWS Textract and create a searchable PDF. Has anybody written code for that last step - to create searchable PDF with Textract response?
Thank you.