| Package | Description |
|---|---|
| net.sourceforge.tess4j |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Word> |
OCRResult.getWords() |
java.util.List<Word> |
Tesseract1.getWords(java.awt.image.BufferedImage bi,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
java.util.List<Word> |
Tesseract.getWords(java.awt.image.BufferedImage bi,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
java.util.List<Word> |
ITesseract.getWords(java.awt.image.BufferedImage bi,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
| Constructor and Description |
|---|
OCRResult(int confidence,
java.util.List<Word> words)
Constructor.
|
Copyright © 2018 Tess4J. All Rights Reserved.