comparison mupdf-source/thirdparty/tesseract/doc/set_unicharset_properties.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 SET_UNICHARSET_PROPERTIES(1)
2 ============================
3 :doctype: manpage
4
5 NAME
6 ----
7 set_unicharset_properties - set properties about the unichars
8
9 SYNOPSIS
10 --------
11 *set_unicharset_properties* --U 'input_unicharsetfile' --script_dir '/path/to/langdata' --O 'output_unicharsetfile'
12
13 DESCRIPTION
14 -----------
15 set_unicharset_properties(1) reads a unicharset file, puts the result in a UNICHARSET object, fills it with properties about the unichars it contains and writes the result back to another unicharset file.
16
17 OPTIONS
18 -------
19
20 '--script_dir /path/to/langdata'::
21 (Input) Specify the location of directory for universal script unicharsets and font xheights (type:string default:)
22
23 '--U unicharsetfile'::
24 (Input) Specify the location of the unicharset to load as input.
25
26 '--O unicharsetfile'::
27 (Output) Specify the location of the unicharset to be written with updated properties.
28
29 HISTORY
30 -------
31 set_unicharset_properties(1) was first made available for tesseract version 3.03.
32
33 RESOURCES
34 ---------
35 Main web site: <https://github.com/tesseract-ocr> +
36 Information on training: <https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
37
38 SEE ALSO
39 --------
40 tesseract(1)
41
42 COPYING
43 -------
44 Copyright \(C) 2012 Google, Inc.
45 Licensed under the Apache License, Version 2.0
46
47 AUTHOR
48 ------
49 The Tesseract OCR engine was written by Ray Smith and his research groups
50 at Hewlett Packard (1985-1995) and Google (2006-2018).