What's New in Docling Java#
Docling Java 0.3.1 provides a number of new features, enhancements, and bug fixes. This page includes the highlights of the release, but you can also check out the full release notes for more details about each new feature and bug fix.
Docling Serve#
0.3.1#
- Implementation of the Docling Serve clear and task APIs in
docling-serve-apianddocling-serve-client. - Adding
pretty-printconfiguration option toDoclingServeClientto enable pretty printing of JSON requests and responses. - Adding the ability to specify an api key for the Docling Serve Testcontainer.
- Adding the ability to specify the api key for the Docling Serve requests.
0.3.0#
- The classes in the
docling-serve-apimodule have been moved from theai.docling.api.servepackage to theai.docling.serve.apipackage. - The classes in the
docling-serve-clientmodule have been moved from theai.docling.client.servepackage to theai.docling.serve.clientpackage. - The classes in the
docling-coremodule have been moved from theai.docling.api.corepackage to theai.docling.corepackage. - The
DoclingServeApiprovides two new methods:chunkSourceWithHierarchicalChunker()for chunking a source document with a hierarchical chunker andchunkSourceWithHybridChunker()for chunking a source document with a hybrid chunker. Read more about Docling chunkers in the Chunking section of the Docling documentation. - Module info files have been added to all of the modules