View Single Post
Old 05-26-2017, 09:51 PM   #2
willus
Fuzzball, the purple cat
willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.
 
willus's Avatar
 
Posts: 1,303
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
Quote:
Originally Posted by Memes View Post
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.
Attached Files
File Type: pdf go.pdf (244.7 KB, 685 views)
File Type: pdf go_k2opt.pdf (134.6 KB, 666 views)
willus is offline   Reply With Quote