feat(client): implement docling-serve-grpc service#329
feat(client): implement docling-serve-grpc service#329krickert wants to merge 2 commits intodocling-project:mainfrom
Conversation
|
Thank you @krickert for this! You've definitely put a lot of thought & time into this. If you don't mind, let me take a few days to go through all of this. I've just returned to the office this morning after being out all week, and I want to give this the thought and review it deserves. |
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
@all-contributors add @krickert for code,idea |
|
I've put up a pull request to add @krickert! 🎉 |
|
@all-contributors add @krickert for documentation, tests |
|
I've put up a pull request to add @krickert! 🎉 |
|
Hi @krickert - when you created the pull request it does not look like you checked the box "Allow edits from maintainers". Is that something you can turn on? I'd like to add a few things so that the CI will pick up these new modules and run the tests/code coverage on the PR. |
|
Oh no problem!! Done. |
Signed-off-by: Kristian Rickert <krickert@gmail.com>
Signed-off-by: Kristian Rickert <krickert@gmail.com>
|
OK I was able to do it I think? |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |


This pull request introduces a professional gRPC client and service bridge for Docling Serve, designed for enterprise-grade pipeline integrations and long-term archival storage.
Key Enhancements
ai.docling.serve.v1contract with strict versioning throughout both Protobuf and Java packages.Closes #325