1AMBIGUOUS_WORDS(1) AMBIGUOUS_WORDS(1)
2
3
4
6 ambiguous_words - generate sets of words Tesseract is likely to find
7 ambiguous
8
10 ambiguous_words [-l lang] TESSDATADIR WORDLIST AMBIGUOUSFILE
11
13 ambiguous_words(1) runs Tesseract in a special mode, and for each word
14 in word list, produces a set of words which Tesseract thinks might be
15 ambiguous with it. TESSDATADIR must be set to the absolute path of a
16 directory containing tessdata/lang.traineddata.
17
19 tesseract(1)
20
22 Copyright (C) 2012 Google, Inc. Licensed under the Apache License,
23 Version 2.0
24
26 The Tesseract OCR engine was written by Ray Smith and his research
27 groups at Hewlett Packard (1985-1995) and Google (2006-present).
28
29
30
31 09/23/2022 AMBIGUOUS_WORDS(1)