forked from gkovacs/pdfocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdfocr.1
44 lines (44 loc) · 1.08 KB
/
pdfocr.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" 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
.B pdfocr
\fI-i input.pdf -o output.pdf\fR
.SH DESCRIPTION
pdfocr adds text to PDF files using the ocropus, cuneiform, or tesseract OCR software
.TP
\fB\-i\fR, \fB\-\-input\fR [FILE]
Specify input PDF file
.TP
\fB\-o\fR, \fB\-\-output\fR [FILE]
Specify output PDF file
.TP
\fB\-u\fR, \fB\-\-unpaper\fR
Run unpaper on each page before OCR
.TP
\fB\-t\fR, \fB\-\-tesseract\fR
Use tesseract as the OCR engine (default)
.TP
\fB\-c\fR, \fB\-\-cuneiform\fR
Use cuneiform as the OCR engine
.TP
\fB\-p\fR, \fB\-\-ocropus\fR
Use ocropus as the OCR engine
.TP
\fB\-l\fR, \fB\-\-lang\fR [LANG]
Specify language for the OCR software
.TP
\fB\-w\fR, \fB\-\-workingdir\fR [DIR]
Specify directory to store temp files in
.TP
\fB\-k\fR, \fB\-\-keep\fR
Keep temporary files around
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this message
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version
.SH AUTHOR
pdfocr was written by Geza Kovacs