Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/tesseract/doc/dawg2wordlist.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 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). |
