comparison mupdf-source/thirdparty/tesseract/doc/dawg2wordlist.1.asc @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 DAWG2WORDLIST(1)
2 ================
3 :doctype: manpage
4
5 NAME
6 ----
7 dawg2wordlist - convert a Tesseract DAWG to a wordlist
8
9 SYNOPSIS
10 --------
11 *dawg2wordlist* 'UNICHARSET' 'DAWG' 'WORDLIST'
12
13 DESCRIPTION
14 -----------
15 dawg2wordlist(1) converts a Tesseract Directed Acyclic Word
16 Graph (DAWG) to a list of words using a unicharset as key.
17
18 OPTIONS
19 -------
20 'UNICHARSET'
21 The unicharset of the language. This is the unicharset
22 generated by mftraining(1).
23
24 'DAWG'
25 The input DAWG, created by wordlist2dawg(1)
26
27 'WORDLIST'
28 Plain text (output) file in UTF-8, one word per line
29
30 SEE ALSO
31 --------
32 tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5),
33 combine_tessdata(1)
34
35 <https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
36
37 COPYING
38 -------
39 Copyright \(C) 2012 Google, Inc.
40 Licensed under the Apache License, Version 2.0
41
42 AUTHOR
43 ------
44 The Tesseract OCR engine was written by Ray Smith and his research groups
45 at Hewlett Packard (1985-1995) and Google (2006-2018).