Skip to content

Commit

Permalink
updated manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
gkovacs committed Aug 21, 2013
1 parent cfe7996 commit 3c00178
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions pdfocr.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH PDFOCR "1" "March 2013" "pdfocr 0.1.3" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH PDFOCR.RB "1" "August 2013" "pdfocr.rb 0.1.4" "User Commands"
.SH NAME
pdfocr \- Adds OCR text layer to scanned PDF files
.SH SYNOPSIS
Expand All @@ -14,14 +14,17 @@ Specify input PDF file
\fB\-o\fR, \fB\-\-output\fR [FILE]
Specify output PDF file
.TP
\fB\-t\fR, \fB\-\-tesseract\fR
Use tesseract as the OCR engine (default)
.TP
\fB\-c\fR, \fB\-\-cuneiform\fR
Use cuneiform instead of ocropus
Use cuneiform as the OCR engine
.TP
\fB\-t\fR, \fB\-\-tesseract\fR
Use tesseract instead of ocropus
\fB\-p\fR, \fB\-\-ocropus\fR
Use ocropus as the OCR engine
.TP
\fB\-l\fR, \fB\-\-lang\fR [LANG]
Specify language for OCR software
Specify language for the OCR software
.TP
\fB\-w\fR, \fB\-\-workingdir\fR [DIR]
Specify directory to store temp files in
Expand Down
2 changes: 1 addition & 1 deletion pdfocr.rb
Expand Up @@ -65,7 +65,7 @@ def rmdir(dirn)
end

appname = 'pdfocr'
version = [0,1,3]
version = [0,1,4]
infile = nil
outfile = nil
deletedir = true
Expand Down

0 comments on commit 3c00178

Please sign in to comment.