comparison mupdf-source/thirdparty/tesseract/doc/cntraining.1.asc @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 CNTRAINING(1)
2 =============
3
4 NAME
5 ----
6 cntraining - character normalization training for Tesseract
7
8 SYNOPSIS
9 --------
10 *cntraining* [-D 'dir'] 'FILE'...
11
12 DESCRIPTION
13 -----------
14 cntraining takes a list of .tr files, from which it generates the
15 *normproto* data file (the character normalization sensitivity
16 prototypes).
17
18 OPTIONS
19 --------
20 -D 'dir'::
21 Directory to write output files to.
22
23 SEE ALSO
24 --------
25 tesseract(1), shapeclustering(1), mftraining(1)
26
27 <https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
28
29 COPYING
30 -------
31 Copyright (c) Hewlett-Packard Company, 1988
32 Licensed under the Apache License, Version 2.0
33
34 AUTHOR
35 ------
36 The Tesseract OCR engine was written by Ray Smith and his research groups
37 at Hewlett Packard (1985-1995) and Google (2006-2018).