Skip to content

Commit

Permalink
doc: More documentation updates (#2)
Browse files Browse the repository at this point in the history
* Update README.md

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

* Update Dockerfile

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

* Bump version

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

---------

Signed-off-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git authored Jul 15, 2024
1 parent 180f70c commit 05ab89f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling"
version = "0.1.1"
version = "0.1.2"
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"
Expand Down

0 comments on commit 05ab89f

Please sign in to comment.