{"id":28722321,"url":"https://github.com/docling-project/docling4j","last_synced_at":"2025-06-15T08:08:58.440Z","repository":{"id":284942615,"uuid":"938100810","full_name":"docling-project/docling4j","owner":"docling-project","description":"Docling4j brings the functionalities of Docling in document understanding to Java® projects","archived":false,"fork":false,"pushed_at":"2025-03-28T13:59:16.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T14:29:24.970Z","etag":null,"topics":["ai","docling","document-parser","document-parsing","document-understanding","documents","java","pdf","pdf-converter","pdf-to-json"],"latest_commit_sha":null,"homepage":"https://docling-project.github.io/docling/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docling-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T12:26:36.000Z","updated_at":"2025-03-28T13:59:18.000Z","dependencies_parsed_at":"2025-03-28T14:29:47.788Z","dependency_job_id":"ecc78638-026d-47f9-ac8f-5ce677dc9a07","html_url":"https://github.com/docling-project/docling4j","commit_stats":null,"previous_names":["docling-project/docling4j"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docling-project/docling4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docling-project","download_url":"https://codeload.github.com/docling-project/docling4j/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling4j/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259942797,"owners_count":22935330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","docling","document-parser","document-parsing","document-understanding","documents","java","pdf","pdf-converter","pdf-to-json"],"created_at":"2025-06-15T08:08:57.066Z","updated_at":"2025-06-15T08:08:58.427Z","avatar_url":"https://github.com/docling-project.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License MIT](https://img.shields.io/github/license/docling-project/docling-parse)](https://opensource.org/licenses/MIT)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n[![graalpy](https://img.shields.io/badge/pyenv-graalpy-blue)](#start-replacing-cpython-with-graalpy) \n\n\n# Docling4j version 0.1.1\n\n**Docling4j** brings the functionalities of [Docling](https://github.com/docling-project/docling) in document understanding to Java® projects.\n\n## Installation (WIP)\nThe current version of this library is: 0.1.1\n\nTo use it in your project, define a dependency that contains the artifact coordinates (group id, artifact id and version)\nfor the service, like this:\n\n##### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.ibm.docling\u003c/groupId\u003e\n    \u003cartifactId\u003edocling4j\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n**docling4j** uses [GraalPy](https://www.graalvm.org/python), a high-performance embeddable Python 3 runtime for Java. Although not required, [Oracle GraalVM JDK](https://www.oracle.com/java/graalvm/) is recommended for running **docling4j**, since it supports runtime compilation to native code and efficient execution of embedded applications. Find more details on the level of optimizations of different Java runtimes [here](https://www.graalvm.org/latest/reference-manual/embed-languages/#runtime-optimization-support).\n\n## Get help and support\n\nPlease feel free to connect with us using the [discussion section](https://github.com/docling-project/docling/discussions).\n\n## Technical report\n\nFor more details on Docling's inner workings, check out the [Docling Technical Report](https://arxiv.org/abs/2408.09869).\n\n## Code of conduct\n\nSee [Code of Conduct](https://github.com/docling-project/docling4j/blob/main/CODE_OF_CONDUCT.md) for details.\n\n## References\n\nIf you use Docling in your projects, please consider citing the following:\n\n```bib\n@techreport{Docling,\n  author = {Deep Search Team},\n  month = {8},\n  title = {Docling Technical Report},\n  url = {https://arxiv.org/abs/2408.09869},\n  eprint = {2408.09869},\n  doi = {10.48550/arXiv.2408.09869},\n  version = {1.0.0},\n  year = {2024}\n}\n```\n\n## License\n\nThe Docling codebase is under MIT license.\nFor individual model usage, please refer to the model licenses found in the original packages.\n\n## LF AI \u0026 Data\n\nDocling is hosted as a project in the [LF AI \u0026 Data Foundation](https://lfaidata.foundation/projects/).\n\n### IBM ❤️ Open Source AI\n\nThe project was started by the AI for knowledge team at IBM Research Zurich.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fdocling4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocling-project%2Fdocling4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fdocling4j/lists"}