Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageTextArea> |
Parser.getTextAreas(int pageIndex,
PageTextAreaOptions options)
Extracts text areas from the document page using customization options (regular expression, match case, etc.).
|
Iterable<PageTextArea> |
Parser.getTextAreas(PageTextAreaOptions options)
Extracts text areas from the document using customization options (regular expression, match case, etc.).
|
Copyright © 2022. All rights reserved.