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