1MERGE_UNICHARSETS(1) MERGE_UNICHARSETS(1)
2
3
4
6 merge_unicharsets - Simple tool to merge two or more unicharsets.
7
9 merge_unicharsets unicharset-in-1 ... unicharset-in-n unicharset-out
10
12 merge_unicharsets(1) is a simple tool to merge two or more unicharsets.
13 It could be used to create a combined unicharset for a script-level
14 engine, like the new Latin or Devanagari.
15
17 unicharset-in-1
18 (Input) The name of the first unicharset file to be merged.
19
20 unicharset-in-n
21 (Input) The name of the nth unicharset file to be merged.
22
23 unicharset-out
24 (Output) The name of the merged unicharset file.
25
27 merge_unicharsets(1) was first made available for
28 tesseract4.00.00alpha.
29
31 Main web site: https://github.com/tesseract-ocr Information on training
32 tesseract LSTM:
33 https://tesseract-ocr.github.io/tessdoc/TrainingTesseract-4.00.html
34
36 tesseract(1)
37
39 Copyright (C) 2012 Google, Inc. Licensed under the Apache License,
40 Version 2.0
41
43 The Tesseract OCR engine was written by Ray Smith and his research
44 groups at Hewlett Packard (1985-1995) and Google (2006-present).
45
46
47
48 07/22/2023 MERGE_UNICHARSETS(1)