Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocrfeeder-cli(1) [debian man page]

ocrfeeder-cli(1)					      General Commands Manual						  ocrfeeder-cli(1)

NAME
ocrfeeder-cli - command line interface for OCRFeeder, a document layout analysis and optical character recognition system. SYNOPSIS
ocrfeeder-cli [OPTIONS] DESCRIPTION
This manual page documents briefly the ocrfeeder-cli command. OCRFeeder Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT. OPTIONS
Generic program information --version Show program version number and exit -h, --help Show help message and exit Required options -o OUTPUT_FILE, --output=OUTPUT_FILE Name for the generated file Other options -i IMAGE1 [IMAGE2 ...], --images=IMAGE1 [IMAGE2 ...] Images to be recognized -f FORMAT, --format=FORMAT Format for the generated document (odt or html) --window-size=WINDOW_SIZE Desired window size of OCRFeeder's segmentation algorithm. If this option is not used, the window size will be calculated automati- cally FOLDERS
~/.ocrfeeder/engines/ Folder to hold the engines' configuration files SEE ALSO
ocrfeeder(1) AUTHOR
This manpage has been written by Joaquim Rocha <jrocha@igalia.com> and Alberto Garcia <agarcia@igalia.com> 2010-11-19 ocrfeeder-cli(1)

Check Out this Related Man Page

gnutls-cli-debug(1)					      General Commands Manual					       gnutls-cli-debug(1)

NAME
gnutls-cli-debug - GnuTLS test client, with verbose output SYNOPSIS
gnutls-cli-debug [options] hostname DESCRIPTION
Simple client program to set up a TLS connection to some other computer. Like gnutls-cli(1), it sets up a TLS connection and forwards data from the standard input to the socket. Any information about the TLS control connection is printed to standard error. OPTIONS
-d, --debug integer Enable debugging. -p, --port integer The port to connect to. -h, --help Prints a short reminder of the command line options. -v, --verbose Even more verbose output. SEE ALSO
gnutls-cli(1), gnutls-serv(1) AUTHOR
Nikos Mavroyanopoulos <nmav@gnutls.org> and others; see /usr/share/doc/gnutls-bin/AUTHORS for a complete list. This manual page was written by Ivo Timmermans <ivo@debian.org>, for the Debian GNU/Linux system (but may be used by others). December 1st 2003 gnutls-cli-debug(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Download php content using cli

I'm trying to make a bash script that downloads videos from websites. Is there a cli program for linux that allows me to download php content using one command line entry? I can't use cli curl or wget for this(I think). I'm talking about addresses like these: ... (2 Replies)
Discussion started by: locoroco
2 Replies

2. Shell Programming and Scripting

Running a command in another cli

I am writing a script to login to to a mongo DB node and get the status of that machine. The usual work flow is : # mongo admin -u root -p root MongoDB shell version: 3.0.11 connecting to: admin rs0:SECONDARY> Then in the new prompt I can run a command to check status : ... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies