1 Answer
- Newest
- Most votes
- Most comments
0
Your usecase sounds very close to the core Textract workflow - check out this AWS ML blog post that provides a solution that generates searchable PDF's, including bounding boxes for the text and such
answered 3 years ago
Relevant content
- asked 5 months ago
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated a year ago

I believe it could be possible, but have you tried out Amazon Textract? It is purpose built for text extraction, and provides bounding box coordinates for all text and images. You can then process the response anyway you like to extract text, paragraphs, forms etc. You can get started here - https://aws.amazon.com/textract/.