2010-09-30 10:21:18 +08:00
'\" t
. \" Title: mftraining
2012-02-10 06:55:47 +08:00
. \" Author: [see the "AUTHOR" section]
2010-09-30 10:21:18 +08:00
. \" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
2012-02-10 06:55:47 +08:00
. \" Date: 02/09/2012
2010-09-30 10:21:18 +08:00
. \" Manual: \ \&
. \" Source: \ \&
. \" Language: English
. \"
2012-02-10 06:55:47 +08:00
.TH "MFTRAINING" "1" "02/09/2012" "\ \&" "\ \&"
2010-09-30 10:21:18 +08:00
. \" -----------------------------------------------------------------
. \" * 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"
mftraining \- feature training for Tesseract
.SH "SYNOPSIS"
.sp
mftraining \- U \fI unicharset\fR \- O \fI lang\& .unicharset\fR \fI FILE\fR \& ...
.SH "DESCRIPTION"
.sp
2012-02-10 06:55:47 +08:00
mftraining takes a list of \& .tr files, from which it generates the files \fB inttemp\fR (the shape prototypes), \fB shapetable\fR , and \fB pffmtable\fR (the number of expected features for each character)\& . (A fourth file called Microfeat is also written by this program, but it is not used\& .)
2010-09-30 10:21:18 +08:00
.SH "OPTIONS"
2012-02-10 06:55:47 +08:00
.PP
\- U \fI FILE\fR
.RS 4
(Input) The unicharset generated by unicharset_extractor(1)
.RE
.PP
\- F \fI font_properties_file\fR
.RS 4
(Input) font properties file, each line is of the following form, where each field other than the font name is 0 or 1:
2010-09-30 10:21:18 +08:00
.sp
2012-02-10 06:55:47 +08:00
.if n \{ \
.RS 4
. \}
.nf
*font_name* *italic* *bold* *fixed_pitch* *serif* *fraktur*
.fi
.if n \{ \
.RE
. \}
.RE
.PP
\- X \fI xheights_file\fR
.RS 4
(Input) x heights file, each line is of the following form, where xheight is calculated as the pixel x height of a character drawn at 32pt on 300 dpi\& . [ That is, if base x height + ascenders + descenders = 133, how much is x height? ]
2010-09-30 10:21:18 +08:00
.sp
2012-02-10 06:55:47 +08:00
.if n \{ \
.RS 4
. \}
.nf
*font_name* *xheight*
.fi
.if n \{ \
.RE
. \}
.RE
.PP
\- D \fI dir\fR
.RS 4
Directory to write output files to\& .
.RE
.PP
\- O \fI FILE\fR
.RS 4
(Output) The output unicharset that will be given to combine_tessdata(1)
.RE
2010-09-30 10:21:18 +08:00
.SH "SEE ALSO"
.sp
2012-02-10 06:55:47 +08:00
tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), shapeclustering(1), unicharset(5)
.sp
\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[]
2010-09-30 10:21:18 +08:00
.SH "COPYING"
.sp
2012-02-10 06:55:47 +08:00
Copyright (C) Hewlett\- Packard Company, 1988 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)\& .