Questions tagged [djvu]

A digital document format designed primarily for the storage and distribution of very high resolution images of scanned documents, digital documents, and photographs.

DjVu is an image file format that primarily intended for scanned images.

Through layer separation and superior compression algorithms DjVu files generally are about 20 times smaller than PDF files with scanned images at the same quality level.

Open source software handling DjVu are often based on djvulibre

23 questions
5
votes
1 answer

How to make a djvu file searchable

If I create a new djvu file out of tiff files I can use djvubind which makes the djvu file searchable using for example tesseract-ocr. However suppose I have given djvu file. How can I make it searchable? For pdf I know pdfsandwich is there…
student
  • 18,305
5
votes
1 answer

How can I determine the page count of djvu documents from the CLI?

Finding the page count of a PDF document from the CLI is as simple as: pdfinfo file.pdf | grep ^Pages: How can the same be performed with a djvu file? Without converting it to a pdf and then deleting the pdf file after checking the number of pages,…
Quora Feans
  • 3,866
3
votes
1 answer

Cli grep through djvu files

How can I grep through djvu files? They are text files with some images in it. Is there some equivalent to pdfgrep tool?
Pierre B
  • 2,213
2
votes
1 answer

How to specify special characters in djvused bookmarks

In djvused bookmark format, to disable characters that have special meaning in djvused bookmark format: The format of djvused bookmark of a djvu file is for example: (bookmarks ("1 first chapter" "#10" ("1.1 first section" "#11" ("1.1.1 first…
Tim
  • 101,790
1
vote
0 answers

Create multiple index files for a single indirect DjVu file

Indirect DjVu file split documents into individual pages that can be linked to and loaded individually, yet be can still be navigated like a single document. They fill a gap between PDFs and web pages. I want to create multiple index files for a…
johntait.org
  • 1,362
0
votes
1 answer

Determine the paper size of a djvu document

How can I determine the paper size of a djvu document? I tried it with both DjView and Evince, but did not find any mention of the paper size. I wouldn't mind using some CLI tool, but I don't have a clue what to use.