Stirling PDF Docker Container with Arabic OCR
This Docker container is based on the official 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.
To run using docker compose:
docker compose up -d
The server can be accessed using a web browser at:
http://localhost:8080
To build locally:
docker buildx build -t ghcr.io/informatica-global/spdf-arabic-docker .