aws-samples / amazon-textract-searchable-pdf

Generate searchable pdf documents from scanned documents with Amazon Textract
Other
67 stars 27 forks source link

Any Python alternative for this #6

Open shadylpstan opened 3 years ago

shadylpstan commented 3 years ago

Thanks a lot for the code. Just asking if there are any Python alternatives for this.

I am finding alternate for how to import these libraries in Python:

import com.amazon.textract.pdf.ImageType;
import com.amazon.textract.pdf.PDFDocument;
import com.amazon.textract.pdf.TextLine;
import com.amazonaws.services.textract.AmazonTextract;
import com.amazonaws.services.textract.AmazonTextractClientBuilder;
import com.amazonaws.services.textract.model.*;