Stirling PDF
69394A locally hosted one-stop shop for all your PDF needs
#PDF #Live Demo #Screenshots
2025-03-07
2025-03-09
Getting Started
- Create a folder and move to it
mkdir stirling-pdf && cd stirling-pdf - Create a
docker-compose.ymlfile and add the following content:docker-compose.ymlservices: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest ports: - '9099:8080' volumes: - trainingData:/usr/share/tessdata - extraConfigs:/configs - customFiles:/customFiles/ - logs:/logs/ - pipeline:/pipeline/ environment: - DOCKER_ENABLE_SECURITY=false - LANGS=en_GB volumes: trainingData: extraConfigs: customFiles: logs: pipeline: - Start the service using docker compose.
docker compose up -d - Wait a minute for the containers to start up, then visit http://localhost:9099 to access the Stirling PDF.