table of contents
djvubind(1) | General Commands Manual | djvubind(1) |
NAME¶
djvubind - Create high-quality djvu files, including positional ocr, metadata, and bookmarks.
SYNOPSIS¶
djvubind [--quiet] [--verbose] [--no-ocr]
[--bookmarks=<filename>] [--metadata=<filename>]
[--cover-front=<filename>] [--cover-back=<filename>]
[--ocr-engine=(tesseract|cuneiform)]
[--tesseract-options=<string>] [--cuneiform-options=<string>]
[--title-start=<filename>] [--title-uppercase]
[--title-exclude=<filename>:<string>]
directory
DESCRIPTION¶
Djvubind facilitates creating high-quality djvu files, especially digital versions of scanned books. It functions as a wrapper that combines the djvulibre tools, minidjvu, and various ocr engines to provide a simple, single command creation of a djvu file.
TITLE EXAMPLES¶
Suppose your directory contains the following: page_000.tif, page_001.tif, page002.tif, page_003.tif, page_004.tif
command: djvubind --title-start=page_002.tif
titles: i, ii, 1, 2, 3
command: djvubind --title-start=page_002.tif
--title-exclude=page_003.tif:blank
titles: i, ii, 1, blank, 2
Front and back cover images, if present, are automatically given titles of "cover" and "back cover". If --title-start is not given, no pages will be titled.
OPTIONS¶
--bookmarks=<filename>
--cover-front=<filename>
--cover-back=<filename>
--metadata=<filename>
--no-ocr
--ocr-engine=(tesseract|cuneiform)
--tesseract-options=<string> --cuneiform-options=<string>
--title-start=<filename>
--title-uppercase
--title-exclude=<filename>:<string>
-q | --quiet
-v | --verbose
AUTHOR¶
Written by Adam A. Zajac <strider1551@gmail.com>