Quote:
Originally Posted by Memes
What I want to do is take my PDFs and convert them to PDFs with text. (instead of an image on each page its text and an image)
|
You can do this with k2pdfopt if you also install the
Tesseract OCR portion of it:
Code:
k2pdfopt -mode copy -n- -ocr t -odpi 100 -as go.pdf
See attachments as example. The -as applies auto-straighten since your image is slightly skewed.