| Method and Description |
|---|
| com.groupdocs.parser.Parser.getBarcodes(int, PageAreaOptions)
use
Parser.getBarcodes(int, BarcodeOptions) instead. |
| com.groupdocs.parser.Parser.getBarcodes(PageAreaOptions)
use
Parser.getBarcodes(BarcodeOptions) instead. |
| com.groupdocs.parser.Parser.parsePagesByTemplate(Template)
Use parseByTemplate methods instead.
|
| com.groupdocs.parser.options.OcrConnectorBase.recognizeText(InputStream, int, OcrOptions)
OCR Connector doesn't support the page extraction. By default, pageIndex is ignored.
|
| com.groupdocs.parser.options.OcrConnectorBase.recognizeTextAreas(InputStream, int, Size, OcrOptions)
OCR Connector doesn't support the page extraction. By default, pageIndex is ignored.
|
| Constructor and Description |
|---|
| com.groupdocs.parser.data.DocumentData(Iterable<FieldData>)
The constructor will be deleted.
|
| com.groupdocs.parser.data.DocumentData(Template, Iterable<FieldData>)
The constructor will be deleted.
|
| com.groupdocs.parser.data.DocumentPageData(Template, Iterable<FieldData>, int)
The constructor will be deleted.
|
| com.groupdocs.parser.data.FieldData(String, PageArea)
The constructor will be deleted.
|
| com.groupdocs.parser.data.FieldData(String, PageArea, boolean)
The constructor will be deleted.
|
| com.groupdocs.parser.data.FieldData(String, PageArea, FieldData)
The constructor will be deleted.
|
| com.groupdocs.parser.data.FieldData(String, PageArea, FieldData, boolean)
The constructor will be deleted.
|
| com.groupdocs.parser.data.PageBarcodeArea(String, String, Page, Rectangle) |
Copyright © 2026. All rights reserved.