-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Add file-based operations for conversion and chunking #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
So after some examination, really the only difference between "process/chunk file" and "process/chunk url" is that the process/chunk file uses We can do the same thing that So all I really did here was add some convenience methods to |
f7c17fa to
9235db8
Compare
- Introduced support for file-based conversion and chunking workflows. - Added synchronous and asynchronous methods for handling file paths in API and client layers. - Enhanced error handling and validation for file-based operations. - Updated tests to cover new file-based use cases, including edge cases and null checks. Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com> Fixes docling-project#227 Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
1531120 to
56be2f2
Compare
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
docling-serve/docling-serve-api/src/main/java/ai/docling/serve/api/DoclingServeConvertApi.java
Show resolved
Hide resolved
|
🎉 This issue has been resolved in |
Fixes #227