Quote:
Originally Posted by nlundberg
If I want to do another pass with some other options, for example ocr, but not wrap/reflow, what options should I set?
Can K2PDFOPT be used to create a TOC?
I am converting a DJVU book, btw.
|
You can always do multiple passes. Just run k2pdfopt on the file that it just created. You don't have to do a second pass just for OCR. You can just turn on OCR on whatever conversion you do. If you don't want re-flow, use -wrap- as the command-line option to turn it off.
Yes, you can definitely add a TOC. See the the -toclist option in the
command-line usage help page. You can supply it with a text file that you can create in a simple text editor (e.g. Notepad in Windows).