.TH ocrfeeder-cli 1 "2016\-02\-05" .SH NAME ocrfeeder-cli \- command line interface for OCRFeeder, a document layout analysis and optical character recognition system. .SH SYNOPSIS .B ocrfeeder-cli .I [OPTIONS] .SH DESCRIPTION This manual page documents briefly the .B ocrfeeder-cli command. .PP .B 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. .SH OPTIONS .SS "Generic program information" .TP .BI \-\^\-version Show program version number and exit .TP .BI \-h "\fR, " \-\^\-help Show help message and exit .SS "Required options" .TP .BI \-o " OUTPUT_FILE\fR, " \-\^\-output= "OUTPUT_FILE" Name for the generated file .SS "Other options" .TP .BI \-i " IMAGE1 [IMAGE2 ...]\fR, " \-\^\-images= "IMAGE1 [IMAGE2 ...]" Images to be recognized .TP .BI \-f " FORMAT\fR, " \-\^\-format= "FORMAT" Format for the generated document: PDF, HTML, ODT, TXT or SPDF (searchable PDF) .TP .BI \-e " ENGINE\fR, " \-\^\-engine= "ENGINE" The OCR engine to be used. Options are: GOCR or Ocrad .TP .BI \-l " LANGUAGE\fR, " \-\^\-language= "LANGUAGE" The language according to the ISO-639-1. For example "pt" for Portuguese or "en" for English .TP .BI \-\^\-window-size= "WINDOW_SIZE" Desired window size of OCRFeeder's segmentation algorithm. If this option is not used, the window size will be calculated automatically .SH FOLDERS .TP .I ~/.config/ocrfeeder/engines/ Folder to hold the engines' configuration files .SH SEE ALSO .BR ocrfeeder (1) .SH AUTHOR This manpage has been written by Joaquim Rocha and Alberto Garcia