public static class DocumentExtractor.ProgressInfo extends Object implements Cloneable
Constructor and Description |
---|
DocumentExtractor.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()