tesseract/doc/dawg2wordlist.1.asc
david.eger@gmail.com 58e06c8c45 Update man pages for Tesseract 3.02.
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@670 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-02-09 22:55:47 +00:00

46 lines
973 B
Plaintext

DAWG2WORDLIST(1)
================
:doctype: manpage
NAME
----
dawg2wordlist - convert a Tesseract DAWG to a wordlist
SYNOPSIS
--------
*dawg2wordlist* 'UNICHARSET' 'DAWG' 'WORDLIST'
DESCRIPTION
-----------
dawg2wordlist(1) converts a Tesseract Directed Acyclic Word
Graph (DAWG) to a list of words using a unicharset as key.
OPTIONS
-------
'UNICHARSET'
The unicharset of the language. This is the unicharset
generated by mftraining(1).
'DAWG'
The input DAWG, created by wordlist2dawg(1)
'WORDLIST'
Plain text (output) file in UTF-8, one word per line
SEE ALSO
--------
tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5),
combine_tessdata(1)
<http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3>
COPYING
-------
Copyright \(C) 2012 Google, Inc.
Licensed under the Apache License, Version 2.0
AUTHOR
------
The Tesseract OCR engine was written by Ray Smith and his research groups
at Hewlett Packard (1985-1995) and Google (2006-present).