public static class DocumentExtractor.ProgressInfo
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
ProgressInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getCharactersRead() |
long |
getEstimatedTotalCharacters()
Return an estimation of the total number of characters in the document.
|
int |
getHitsFound() |
int |
getWordsRead() |
public int getCharactersRead()
public int getWordsRead()
public int getHitsFound()
public long getEstimatedTotalCharacters()