Quote:
Originally Posted by Eithrial
Is there option to use k2pdfopt just to ocr and autostraigthen, leaving original pdf layout untouched?
|
Yes. Try the following:
k2pdfopt -mode copy -ocr t -as myfile.pdf
-mode copy Sets a number of options so that k2pdfopt copies the source document size and contents.
-ocr t Turns on OCR with Tesseract
-as Turns on autostraighten
If the output resolution isn't satisfactory, you can use
-dr to increase it, e.g.
-dr 2 will double it. More detail on the options is on my
command-line option help page.