Skip to content

informatica-global/spdf-arabic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Running the server in Docker

To run using docker compose:

docker compose up -d

The server can be accessed using a web browser at:

http://localhost:8080

Building your own Docker Image

To build locally:

docker buildx build -t ghcr.io/informatica-global/spdf-arabic-docker .