2010-09-30 10:06:29 +08:00
|
|
|
CNTRAINING(1)
|
|
|
|
=============
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
cntraining - character normalization training for Tesseract
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2012-02-10 06:55:47 +08:00
|
|
|
*cntraining* [-D 'dir'] 'FILE'...
|
2010-09-30 10:06:29 +08:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
cntraining takes a list of .tr files, from which it generates the
|
2012-02-10 06:55:47 +08:00
|
|
|
*normproto* data file (the character normalization sensitivity
|
|
|
|
prototypes).
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
--------
|
|
|
|
-D 'dir'::
|
|
|
|
Directory to write output files to.
|
2010-09-30 10:06:29 +08:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2012-02-10 06:55:47 +08:00
|
|
|
tesseract(1), shapeclustering(1), mftraining(1)
|
2010-09-30 10:06:29 +08:00
|
|
|
|
2020-02-03 18:37:41 +08:00
|
|
|
<https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
|
2010-09-30 10:06:29 +08:00
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
|
|
|
Copyright (c) Hewlett-Packard Company, 1988
|
|
|
|
Licensed under the Apache License, Version 2.0
|
2012-02-10 06:55:47 +08:00
|
|
|
|
|
|
|
AUTHOR
|
|
|
|
------
|
|
|
|
The Tesseract OCR engine was written by Ray Smith and his research groups
|
2024-05-03 21:44:03 +08:00
|
|
|
at Hewlett Packard (1985-1995) and Google (2006-2018).
|