Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageBarcodeArea> |
Parser.getBarcodes()
Extracts barcodes from the document.
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(int pageIndex)
Extracts barcodes from the document page.
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(int pageIndex,
PageAreaOptions options)
Extracts barcodes from the document page using customization options (to set the rectangular area that contains barcodes).
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(PageAreaOptions options)
Extracts barcodes from the document using customization options (to set the rectangular area that contains barcodes).
|
Copyright © 2022. All rights reserved.