logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dawg2wordlist - convert a Tesseract DAWG to a wordlist

Author

       The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995)
       and Google (2006-2018).

                                                   01/19/2025                                   DAWG2WORDLIST(1)

Copying

       Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0

Description

dawg2wordlist(1) converts a Tesseract Directed Acyclic Word Graph (DAWG) to a list of words using a
       unicharset as key.

Name

       dawg2wordlist - convert a Tesseract DAWG to a wordlist

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)

       https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html

Synopsis

dawg2wordlistUNICHARSETDAWGWORDLIST

See Also