Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SearchResult> |
Parser.search(String keyword)
Searches a keyword in the document.
|
Iterable<SearchResult> |
Parser.search(String keyword,
SearchOptions options)
Searches a keyword in the document using search options (regular expression, match case, etc.).
|