Skip to content

Commit 2ad8d7a

Browse files
committed
update docs
1 parent a116acf commit 2ad8d7a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Pyxlimg is for extracting images from xlsx. It has a high affinity with other libraries. This is because you can treat the image as an instance of Pillow.Image.
44

5+
![PyPI - License](https://img.shields.io/pypi/l/pyxlimg)
6+
![PyPI - Implementation](https://img.shields.io/pypi/implementation/pyxlimg)
7+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyxlimg)
8+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyxlimg)
9+
![PyPI - Version](https://img.shields.io/pypi/v/pyxlimg)
10+
511
## Concept
612

713
Images are difficult to handle with xlwings, openpyxl, and pylightxl. Especially linter and type annotation are difficult. Complement these. And the goal is to make it easier to do OCR etc. using xlsx in Python.
@@ -78,3 +84,10 @@ poetry shell
7884
pytest
7985
poetry build
8086
```
87+
88+
Docker
89+
90+
```bash
91+
docker compose up -d --build
92+
docker compose logs -f
93+
```

0 commit comments

Comments
 (0)