1SET_UNICHARSET_PROPERTIES(1)
2============================
3:doctype: manpage
4
5NAME
6----
7set_unicharset_properties - set  properties about the unichars
8
9SYNOPSIS
10--------
11*set_unicharset_properties*  --U 'input_unicharsetfile'  --script_dir '/path/to/langdata'   --O 'output_unicharsetfile'
12
13DESCRIPTION
14-----------
15set_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
17OPTIONS
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
29HISTORY
30-------
31set_unicharset_properties(1) was first made available for tesseract version 3.03.
32
33RESOURCES
34---------
35Main web site: <https://github.com/tesseract-ocr> +
36Information on training: <https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
37
38SEE ALSO
39--------
40tesseract(1)
41
42COPYING
43-------
44Copyright \(C) 2012 Google, Inc.
45Licensed under the Apache License, Version 2.0
46
47AUTHOR
48------
49The Tesseract OCR engine was written by Ray Smith and his research groups
50at Hewlett Packard (1985-1995) and Google (2006-present).
51