|
1 |
| -# docling4j |
| 1 | +[](https://opensource.org/licenses/MIT) |
| 2 | +[](https://github.com/semantic-release/semantic-release) |
| 3 | + |
| 4 | + |
| 5 | +# Docling4j version 0.1.0 |
| 6 | + |
| 7 | +**Docling4j** brings the functionalities of [Docling](https://github.com/docling-project/docling) in document understanding to Java® projects. |
| 8 | + |
| 9 | +## Installation (WIP) |
| 10 | +The current version of this library is: 0.1.0 |
| 11 | + |
| 12 | +To use it in your project, define a dependency that contains the artifact coordinates (group id, artifact id and version) |
| 13 | +for the service, like this: |
| 14 | + |
| 15 | +##### Maven |
| 16 | + |
| 17 | +```xml |
| 18 | +<dependency> |
| 19 | + <groupId>com.ibm.docling</groupId> |
| 20 | + <artifactId>docling4j</artifactId> |
| 21 | + <version>0.1.0</version> |
| 22 | +</dependency> |
| 23 | +``` |
| 24 | + |
| 25 | +## Get help and support |
| 26 | + |
| 27 | +Please feel free to connect with us using the [discussion section](https://github.com/docling-project/docling/discussions). |
| 28 | + |
| 29 | +## Technical report |
| 30 | + |
| 31 | +For more details on Docling's inner workings, check out the [Docling Technical Report](https://arxiv.org/abs/2408.09869). |
| 32 | + |
| 33 | +## Code of conduct |
| 34 | + |
| 35 | +See [Code of Conduct](https://github.com/docling-project/docling4j/blob/main/CODE_OF_CONDUCT.md) for details. |
| 36 | + |
| 37 | +## References |
| 38 | + |
| 39 | +If you use Docling in your projects, please consider citing the following: |
| 40 | + |
| 41 | +```bib |
| 42 | +@techreport{Docling, |
| 43 | + author = {Deep Search Team}, |
| 44 | + month = {8}, |
| 45 | + title = {Docling Technical Report}, |
| 46 | + url = {https://arxiv.org/abs/2408.09869}, |
| 47 | + eprint = {2408.09869}, |
| 48 | + doi = {10.48550/arXiv.2408.09869}, |
| 49 | + version = {1.0.0}, |
| 50 | + year = {2024} |
| 51 | +} |
| 52 | +``` |
| 53 | + |
| 54 | +## License |
| 55 | + |
| 56 | +The Docling codebase is under MIT license. |
| 57 | +For individual model usage, please refer to the model licenses found in the original packages. |
| 58 | + |
| 59 | +## LF AI & Data |
| 60 | + |
| 61 | +Docling is hosted as a project in the [LF AI & Data Foundation](https://lfaidata.foundation/projects/). |
| 62 | + |
| 63 | +### IBM ❤️ Open Source AI |
| 64 | + |
| 65 | +The project was started by the AI for knowledge team at IBM Research Zurich. |
0 commit comments