6 ms·
Where is .djvu?
by fastier 8y ago
Where is .djvu?
- vortico 8y agoI believe the best you could do is extract the raw OCR'd text from the document (with some other tool). No formatting or text hierarchy is preserved in the OCR process, only the physical locations and size of the text on the page. From text, you can convert to Markdown or whatever and then manually edit to give the OCR text some structure.
- gwern 8y agoDo you need an option for that? You can convert to PDF and then `pdf2djvu` it.