forked from tesseract-ocr/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update man pages for Tesseract 3.02.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@670 d0cd1f9f-072b-0410-8dd7-cf729c803f20
- Loading branch information
david.eger@gmail.com
committed
Feb 9, 2012
1 parent
78a8356
commit 58e06c8
Showing
45 changed files
with
4,706 additions
and
1,524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
'\" t | ||
.\" Title: ambiguous_words | ||
.\" Author: [see the "AUTHOR" section] | ||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> | ||
.\" Date: 02/09/2012 | ||
.\" Manual: \ \& | ||
.\" Source: \ \& | ||
.\" Language: English | ||
.\" | ||
.TH "AMBIGUOUS_WORDS" "1" "02/09/2012" "\ \&" "\ \&" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.\" http://bugs.debian.org/507673 | ||
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | ||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.ie \n(.g .ds Aq \(aq | ||
.el .ds Aq ' | ||
.\" ----------------------------------------------------------------- | ||
.\" * set default formatting | ||
.\" ----------------------------------------------------------------- | ||
.\" disable hyphenation | ||
.nh | ||
.\" disable justification (adjust text to left margin only) | ||
.ad l | ||
.\" ----------------------------------------------------------------- | ||
.\" * MAIN CONTENT STARTS HERE * | ||
.\" ----------------------------------------------------------------- | ||
.SH "NAME" | ||
ambiguous_words \- generate sets of words Tesseract is likely to find ambiguous | ||
.SH "SYNOPSIS" | ||
.sp | ||
\fBambiguous_words\fR [\-l lang] \fITESSDATADIR\fR \fIWORDLIST\fR \fIAMBIGUOUSFILE\fR | ||
.SH "DESCRIPTION" | ||
.sp | ||
ambiguous_words(1) runs Tesseract in a special mode, and for each word in word list, produces a set of words which Tesseract thinks might be ambiguous with it\&. \fITESSDATADIR\fR must be set to the absolute path of a directory containing \fItessdata/lang\&.traineddata\fR\&. | ||
.SH "SEE ALSO" | ||
.sp | ||
tesseract(1) | ||
.SH "COPYING" | ||
.sp | ||
Copyright (C) 2012 Google, Inc\&. Licensed under the Apache License, Version 2\&.0 | ||
.SH "AUTHOR" | ||
.sp | ||
The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985\-1995) and Google (2006\-present)\&. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
AMBIGUOUS_WORDS(1) | ||
================== | ||
:doctype: manpage | ||
|
||
NAME | ||
---- | ||
ambiguous_words - generate sets of words Tesseract is likely to find ambiguous | ||
|
||
SYNOPSIS | ||
-------- | ||
*ambiguous_words* [-l lang] 'TESSDATADIR' 'WORDLIST' 'AMBIGUOUSFILE' | ||
|
||
DESCRIPTION | ||
----------- | ||
ambiguous_words(1) runs Tesseract in a special mode, and for each word | ||
in word list, produces a set of words which Tesseract thinks might be | ||
ambiguous with it. 'TESSDATADIR' must be set to the absolute path of | ||
a directory containing 'tessdata/lang.traineddata'. | ||
|
||
SEE ALSO | ||
-------- | ||
tesseract(1) | ||
|
||
COPYING | ||
------- | ||
Copyright \(C) 2012 Google, Inc. | ||
Licensed under the Apache License, Version 2.0 | ||
|
||
AUTHOR | ||
------ | ||
The Tesseract OCR engine was written by Ray Smith and his research groups | ||
at Hewlett Packard (1985-1995) and Google (2006-present). |
Oops, something went wrong.