doc: More documentation updates (#2)

* Update README.md

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>

* Update Dockerfile

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>

* Bump version

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>

---------

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
Christoph Auer 2024-07-15 14:59:53 +02:00 committed by GitHub
parent 180f70c6e8
commit 05ab89f958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -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/

View File

@ -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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "docling"
version = "0.1.1"
version = "0.1.2"
description = "Docling PDF conversion package"
authors = ["Christoph Auer <cau@zurich.ibm.com>", "Michele Dolfi <dol@zurich.ibm.com>", "Maxim Lysak <mly@zurich.ibm.com>", "Nikos Livathinos <nli@zurich.ibm.com>", "Ahmed Nassar <ahn@zurich.ibm.com>", "Peter Staar <taa@zurich.ibm.com>"]
license = "MIT"