DJVUTXT(1) | DjVuLibre-3.5 | DJVUTXT(1) |
djvutxt - Extract the hidden text from DjVu documents.
djvutxt [options] inputdjvufile [outputtxtfile]
Program djvutxt decodes the hidden text layer of a DjVu document inputdjvufile and prints it into file outputtxtfile or on the standard output. The hidden text layer is usually generated with the help of an optical character recognition software.
Without options -detail and -escape, this program simply outputs the UTF-8 text. Option -detail cause the output of S-expressions describing the text and its location. Option -escape uses C-style escape sequences to represent nonprintable non-ASCII characters.
Use program djvused(1) for more control over the text layer.
This program was initially written by Andrei Erofeev <andrew_erofeev@yahoo.com> and was then improved Bill Riemers <docbill@sourceforge.net> and many others. It was then rewritten to use the ddjvuapi by Leon Bottou <leonb@sourceforge.net>.
10/11/2001 | DjVuLibre-3.5 |