<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-parser</artifactId>
<version>24.6</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-parser', version: '24.6')
<dependency org="com.groupdocs" name="groupdocs-parser" rev="24.6">
<artifact name="groupdocs-parser" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-parser" % "24.6"
What’s new in the GroupDocs.Parser for Java 24.6
Release Highlights
GroupDocs.Parser for Java 24.6 significantly enhances barcode extraction capabilities and introduces data export functionality. This update includes options to customize barcode recognition quality, support for damaged barcode scanning, and exporting extracted data to XML for seamless integration and automation.
New Features
Customizable Barcode Recognition Quality: Users can now fine-tune barcode scanning using new
BarcodeOptions
andQualityMode
enums. This helps balance accuracy and performance, especially for QR codes and similar symbologies.Support for Damaged and Distorted Barcodes: Improved scanning algorithms now allow reading low-quality or corrupted barcodes, which is critical for document automation in challenging scenarios.
Export Extracted Data to XML Format: New
XmlExporter
class lets developers export barcode and table data into an XML file, enabling straightforward integration with downstream workflows or archival systems.
Public API and Backward Incompatible Changes
Deprecated Methods:
getBarcodes(PageAreaOptions)
andgetBarcodes(int, PageAreaOptions)
are deprecated.
New Additions:
getBarcodes(BarcodeOptions)
andgetBarcodes(int, BarcodeOptions)
methods.BarcodeOptions
class to control barcode recognition quality.QualityMode
enum for tuning recognition accuracy.PageBarcodeArea
now includesConfidence
andAngle
properties.XmlExporter
class added for exporting barcode data to XML.ExporterBase
class introduced as a base for exporters.PageTableArea
now includesCells
property.
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Parser for Java 24.6 Release Notes.
groupdocs barcode quality
| parser damaged barcode
| groupdocs export xml
| groupdocs parser xml output
| barcode confidence parser
Version | Release Date |
---|---|
25.5 | May 4, 2025 |
24.6 | June 27, 2024 |
24.3 | March 29, 2024 |
23.11 | November 24, 2023 |
23.10 | October 21, 2023 |
23.9 | September 17, 2023 |
23.2 | March 1, 2023 |
22.11 | November 30, 2022 |
22.6 | June 8, 2022 |
22.3 | March 17, 2022 |
20.5 | January 25, 2022 |
20.12 | January 25, 2022 |
18.9 | January 25, 2022 |
18.11 | January 25, 2022 |
21.2 | February 27, 2021 |
20.8 | August 19, 2020 |
20.6 | June 30, 2020 |
20.3 | April 1, 2020 |
20.1 | February 4, 2020 |
19.11 | December 3, 2019 |
19.5 | May 29, 2019 |
18.12 | December 11, 2018 |
18.10 | October 10, 2018 |
18.7 | July 3, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-parser-24.6-javadoc.jar | javadoc | 545 KB |
groupdocs-parser-24.6.jar | 216 MB | |
groupdocs-parser-24.6.pom | 2 KB |