mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
chore: move to docling-project org (#1160)
Some checks failed
Run Docs CD / build-deploy-docs (push) Failing after 1m22s
Run Docs CI / build-docs (push) Failing after 49s
Some checks failed
Run Docs CD / build-deploy-docs (push) Failing after 1m22s
Run Docs CI / build-docs (push) Failing after 49s
* chore: rename org Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * Update docs/faq/index.md Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> * update github pages Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * revert test content Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> --------- Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
28
README.md
28
README.md
@@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://github.com/ds4sd/docling">
|
||||
<img loading="lazy" alt="Docling" src="https://github.com/DS4SD/docling/raw/main/docs/assets/docling_processing.png" width="100%"/>
|
||||
<a href="https://github.com/docling-project/docling">
|
||||
<img loading="lazy" alt="Docling" src="https://github.com/docling-project/docling/raw/main/docs/assets/docling_processing.png" width="100%"/>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</p>
|
||||
|
||||
[](https://arxiv.org/abs/2408.09869)
|
||||
[](https://ds4sd.github.io/docling/)
|
||||
[](https://docling-project.github.io/docling/)
|
||||
[](https://pypi.org/project/docling/)
|
||||
[](https://pypi.org/project/docling/)
|
||||
[](https://python-poetry.org/)
|
||||
@@ -19,7 +19,7 @@
|
||||
[](https://pycqa.github.io/isort/)
|
||||
[](https://pydantic.dev)
|
||||
[](https://github.com/pre-commit/pre-commit)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pepy.tech/projects/docling)
|
||||
|
||||
Docling simplifies document processing, parsing diverse formats — including advanced PDF understanding — and providing seamless integrations with the gen AI ecosystem.
|
||||
@@ -51,7 +51,7 @@ pip install docling
|
||||
|
||||
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
|
||||
|
||||
More [detailed installation instructions](https://ds4sd.github.io/docling/installation/) are available in the docs.
|
||||
More [detailed installation instructions](https://docling-project.github.io/docling/installation/) are available in the docs.
|
||||
|
||||
## Getting started
|
||||
|
||||
@@ -66,28 +66,28 @@ result = converter.convert(source)
|
||||
print(result.document.export_to_markdown()) # output: "## Docling Technical Report[...]"
|
||||
```
|
||||
|
||||
More [advanced usage options](https://ds4sd.github.io/docling/usage/) are available in
|
||||
More [advanced usage options](https://docling-project.github.io/docling/usage/) are available in
|
||||
the docs.
|
||||
|
||||
## Documentation
|
||||
|
||||
Check out Docling's [documentation](https://ds4sd.github.io/docling/), for details on
|
||||
Check out Docling's [documentation](https://docling-project.github.io/docling/), for details on
|
||||
installation, usage, concepts, recipes, extensions, and more.
|
||||
|
||||
## Examples
|
||||
|
||||
Go hands-on with our [examples](https://ds4sd.github.io/docling/examples/),
|
||||
Go hands-on with our [examples](https://docling-project.github.io/docling/examples/),
|
||||
demonstrating how to address different application use cases with Docling.
|
||||
|
||||
## Integrations
|
||||
|
||||
To further accelerate your AI application development, check out Docling's native
|
||||
[integrations](https://ds4sd.github.io/docling/integrations/) with popular frameworks
|
||||
[integrations](https://docling-project.github.io/docling/integrations/) with popular frameworks
|
||||
and tools.
|
||||
|
||||
## Get help and support
|
||||
|
||||
Please feel free to connect with us using the [discussion section](https://github.com/DS4SD/docling/discussions).
|
||||
Please feel free to connect with us using the [discussion section](https://github.com/docling-project/docling/discussions).
|
||||
|
||||
## Technical report
|
||||
|
||||
@@ -95,7 +95,7 @@ For more details on Docling's inner workings, check out the [Docling Technical R
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read [Contributing to Docling](https://github.com/DS4SD/docling/blob/main/CONTRIBUTING.md) for details.
|
||||
Please read [Contributing to Docling](https://github.com/docling-project/docling/blob/main/CONTRIBUTING.md) for details.
|
||||
|
||||
## References
|
||||
|
||||
@@ -123,6 +123,6 @@ For individual model usage, please refer to the model licenses found in the orig
|
||||
|
||||
Docling has been brought to you by IBM.
|
||||
|
||||
[supported_formats]: https://ds4sd.github.io/docling/usage/supported_formats/
|
||||
[docling_document]: https://ds4sd.github.io/docling/concepts/docling_document/
|
||||
[integrations]: https://ds4sd.github.io/docling/integrations/
|
||||
[supported_formats]: https://docling-project.github.io/docling/usage/supported_formats/
|
||||
[docling_document]: https://docling-project.github.io/docling/concepts/docling_document/
|
||||
[integrations]: https://docling-project.github.io/docling/integrations/
|
||||
|
||||
Reference in New Issue
Block a user