Skip to content

Commit 8b10159

Browse files
authored
Added CHANGELOG.md 📝
1 parent d7625fd commit 8b10159

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [2.0.0] - (Apr 4, 2025)
6+
7+
##### Changed
8+
- **Dockerfile**: Switched to using the official `python:3` base image instead of `debian:stable` for easier management of Python and `pip`.
9+
- **Dependencies**: Installed system dependencies (`tesseract-ocr`, `ghostscript`, `libjpeg-dev`, `zlib1g-dev`) for better compatibility with Pillow and Tesseract OCR.
10+
- **Optimized Image**: Removed `python3-pip` installation step as it's pre-installed in the official `python:3` image, reducing complexity.
11+
- **Improved Build**: Added a clean-up step to remove unnecessary apt cache to reduce image size.
12+
- **Python Dependencies**: Upgraded `pip` to the latest version and used `pip install --no-cache-dir` for installing Python packages to reduce the final image size.
13+
14+
##### Fixed
15+
- **Docker Build Failure**: Resolved previous errors related to installing Python dependencies (`pip` installation issues) by using a Python-specific base image.
16+
17+
## [1.0.0] - (Jul, 11, 2022)
18+
19+
Initial Release.
20+
21+
22+
<!--
23+
These Markdown anchors provide a link to the diff for each release. They should be
24+
updated any time a new release is cut.
25+
-->
26+
[2.0.0]: /v2.0.0
27+
[1.0.0]: /v1.0.0

0 commit comments

Comments
 (0)