<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-parser</artifactId>
    <version>23.11</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-parser', version: '23.11')
copied!  
<dependency org="com.groupdocs" name="groupdocs-parser" rev="23.11">
    <artifact name="groupdocs-parser" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-parser" % "23.11"
copied!  

What’s new in the GroupDocs.Parser for Java 23.11

Release Highlights

GroupDocs.Parser for Java 23.11 expands its document parsing capabilities with support for Amazon Kindle formats, including MOBI and AZW3. In addition, it improves the flexibility of template parsing by allowing users to retain original casing in field names, which is essential for case-sensitive data extraction and validation workflows.

New Features

  • Support for Kindle File Formats (MOBI and AZW3):
    Text extraction is now supported for Amazon Kindle formats, enabling seamless parsing of eBooks.

Improvements

  • Enhanced Template Parsing with Case-Sensitive Fields:
    New constructors and properties have been added across template-related classes (FieldData, TemplateItem, TemplateField, etc.) to preserve the original casing of field names.

Public API and Backward Incompatible Changes

FileType Class:

  • New properties:
    • FileType.AZW3
    • FileType.MOBI

FieldData Class:

  • New constructors:
    • FieldData(String name, PageArea pageArea, boolean useUpperCaseName)
    • FieldData(String name, PageArea pageArea, FieldData linkedField, boolean useUpperCaseName)
  • New property: UseUpperCaseName
  • New property: UseUpperCaseName
  • TemplateLinkedPosition has a new constructor supporting case-sensitive field linking

🔍 Explore the Full Release Details

For full list of updates, please visit GroupDocs.Parser for Java 23.11 Release Notes.


groupdocs parser kindle support | parse mobi file java | groupdocs parser template field casing | groupdocs.parser 23.11

VersionRelease Date
25.5May 4, 2025
24.6June 27, 2024
24.3March 29, 2024
23.11November 24, 2023
23.10October 21, 2023
23.9September 17, 2023
23.2March 1, 2023
22.11November 30, 2022
22.6June 8, 2022
22.3March 17, 2022
20.5January 25, 2022
20.12January 25, 2022
18.9January 25, 2022
18.11January 25, 2022
21.2February 27, 2021
20.8August 19, 2020
20.6June 30, 2020
20.3April 1, 2020
20.1February 4, 2020
19.11December 3, 2019
19.5May 29, 2019
18.12December 11, 2018
18.10October 10, 2018
18.7July 3, 2018