comparison mupdf-source/thirdparty/tesseract/doc/merge_unicharsets.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 MERGE_UNICHARSETS(1)
2 ====================
3 :doctype: manpage
4
5 NAME
6 ----
7 merge_unicharsets - Simple tool to merge two or more unicharsets.
8
9 SYNOPSIS
10 --------
11 *merge_unicharsets* 'unicharset-in-1' ... 'unicharset-in-n' 'unicharset-out'
12
13 DESCRIPTION
14 -----------
15 merge_unicharsets(1) is a simple tool to merge two or more unicharsets.
16 It could be used to create a combined unicharset for a script-level engine,
17 like the new Latin or Devanagari.
18
19 IN/OUT ARGUMENTS
20 ----------------
21 'unicharset-in-1'::
22 (Input) The name of the first unicharset file to be merged.
23
24 'unicharset-in-n'::
25 (Input) The name of the nth unicharset file to be merged.
26
27 'unicharset-out'::
28 (Output) The name of the merged unicharset file.
29
30 HISTORY
31 -------
32 merge_unicharsets(1) was first made available for tesseract4.00.00alpha.
33
34 RESOURCES
35 ---------
36 Main web site: <https://github.com/tesseract-ocr> +
37 Information on training tesseract LSTM: <https://tesseract-ocr.github.io/tessdoc/TrainingTesseract-4.00.html>
38
39 SEE ALSO
40 --------
41 tesseract(1)
42
43 COPYING
44 -------
45 Copyright \(C) 2012 Google, Inc.
46 Licensed under the Apache License, Version 2.0
47
48 AUTHOR
49 ------
50 The Tesseract OCR engine was written by Ray Smith and his research groups
51 at Hewlett Packard (1985-1995) and Google (2006-2018).