Skip to content

Commit

Permalink
docs: Update links, add GH repository to metadata (#1)
Browse files Browse the repository at this point in the history
* Add repo, absolute URLs

Signed-off-by: Christoph Auer <[email protected]>

* Bump version

Signed-off-by: Christoph Auer <[email protected]>

---------

Signed-off-by: Christoph Auer <[email protected]>
Co-authored-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git and cau-git authored Jul 15, 2024
1 parent e2d9967 commit 180f70c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/ds4sd/docling"> <img loading="lazy" alt="Docling" src="logo.png" width="150" /> </a>
<a href="https://github.com/ds4sd/docling"> <img loading="lazy" alt="Docling" src="https://github.com/DS4SD/docling/raw/main/logo.png" width="150" /> </a>
</p>

# Docling
Expand Down Expand Up @@ -75,7 +75,7 @@ You can limit the CPU threads used by `docling` by setting the environment varia

## Contributing

Please read [Contributing to Docling](./CONTRIBUTING.md) for details.
Please read [Contributing to Docling](https://github.com/DS4SD/docling/blob/main/CONTRIBUTING.md) for details.


## References
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[tool.poetry]
name = "docling"
version = "0.1.0"
version = "0.1.1"
description = "Docling PDF conversion package"
authors = ["Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Maxim Lysak <[email protected]>", "Nikos Livathinos <[email protected]>", "Ahmed Nassar <[email protected]>", "Peter Staar <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/DS4SD/docling"
homepage = "https://github.com/DS4SD/docling"
keywords= ["docling", "convert", "document", "pdf", "layout model", "segmentation", "table structure", "table former"]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 180f70c

Please sign in to comment.