diff --git a/Dockerfile b/Dockerfile index bef7be5..b2138a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ RUN apt-get update \ && apt-get install -y libgl1 libglib2.0-0 curl wget git \ && apt-get clean -RUN --mount=type=ssh \ - pip install --no-cache-dir https://github.com/DS4SD/docling.git +RUN pip install --no-cache-dir docling ENV HF_HOME=/tmp/ ENV TORCH_HOME=/tmp/ diff --git a/README.md b/README.md index 9c4217a..1367cfd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Docling -Dockling bundles PDF document conversion to JSON and Markdown in an easy, self-contained package. +Docling bundles PDF document conversion to JSON and Markdown in an easy, self-contained package. ## Features * ⚡ Converts any PDF document to JSON or Markdown format, stable and lightning fast @@ -30,7 +30,7 @@ poetry install ## Usage -For basic usage, see the [convert.py](examples/convert.py) example module. Run with: +For basic usage, see the [convert.py](https://github.com/DS4SD/docling/blob/main/examples/convert.py) example module. Run with: ``` python examples/convert.py diff --git a/pyproject.toml b/pyproject.toml index 133bb74..1883ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling" -version = "0.1.1" +version = "0.1.2" description = "Docling PDF conversion package" authors = ["Christoph Auer ", "Michele Dolfi ", "Maxim Lysak ", "Nikos Livathinos ", "Ahmed Nassar ", "Peter Staar "] license = "MIT"