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.
|
java.util.List<Word> |
Tesseract1.getWords(java.util.List<java.awt.image.BufferedImage> biList,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
java.util.List<Word> |
Tesseract.getWords(java.util.List<java.awt.image.BufferedImage> biList,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
java.util.List<Word> |
ITesseract.getWords(java.util.List<java.awt.image.BufferedImage> biList,
int pageIteratorLevel)
Gets recognized words at specified page iterator level.
|
Constructor and Description |
---|
OCRResult(int confidence,
java.util.List<Word> words)
Constructor.
|
Copyright © 2024 Tess4J. All rights reserved.