Skip to content

Commit

Permalink
0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifm-informatica committed Jun 16, 2024
1 parent 67ef675 commit 06b2f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/stirling-tools/s-pdf:0.26.0-fat
FROM ghcr.io/stirling-tools/s-pdf:0.26.1-fat
RUN apk add --no-cache \
# You can add more language packages below
tesseract-ocr-data-ara \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Stirling PDF](https://stirlingtools.com/) Docker Container with Arabic OCR

This Docker container is based on the official [Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF) container with the Arabic OCR package installed directly inside the container along with the English OCR. This removes the need for an extra volume mount. This makes it easier to install for Arabic-speaking users and maintains the statelessness of the application for use in Kubernetes and scalable installations.
This Docker container is based on the official [Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF) container with the Arabic OCR package installed directly inside the container along with the English OCR. By removing the need for an extra volume mount for extra OCR data, it is much easier to install for Arabic-speaking users and maintains the statelessness of the application for use in Kubernetes and scalable installations.

## Running the server in Docker

Expand Down

0 comments on commit 06b2f27

Please sign in to comment.