Favicon of Stirling-PDF

Stirling-PDF

Process sensitive documents securely on your own infrastructure. Deploy an air-gapped, AI-native platform to edit, redact, and automate PDFs with zero leaks.

Take complete control over your sensitive documents with a highly secure, open-source platform designed for strict privacy requirements. By running entirely offline on your own infrastructure, this solution ensures zero data leaves your environment, making it ideal for military, healthcare, and financial sectors.

Key benefits include:

  • True Air-Gap Deployment: Run the application 100% offline via Docker or private cloud VPCs to guarantee no data leaks.
  • AI-Native Processing: Utilize local neural networks to summarize, redact, and transform documents rapidly without compromising privacy.
  • Enterprise-Grade Security: Manage team access effectively using Single Sign-On (SSO) and comprehensive audit logs.
  • Developer-Friendly APIs: Automate document generation and conversion pipelines easily with robust APIs and SDKs.
  • Lightning-Fast Performance: Open and edit massive blueprints and technical manuals instantly.

Directory Structure

stirling-pdf
data
customFiles
extraConfigs
logs
trainingData
.env
docker-compose.yml

docker-compose.yml

services:
  stirling-pdf:
    image: stirlingtools/stirling-pdf:latest
    container_name: stirling-pdf
    ports:
      - 8080:8080
    volumes:
      - ./data/trainingData:/usr/share/tessdata
      - ./data/extraConfigs:/configs
      - ./data/customFiles:/customFiles
      - ./data/logs:/logs
    environment:
      - DOCKER_ENABLE_SECURITY=true
      - SECURITY_ENABLE_LOGIN=true
      - SECURITY_INITIALLOGIN_USERNAME=${SECURITY_INITIALLOGIN_USERNAME}
      - SECURITY_INITIALLOGIN_PASSWORD=${SECURITY_INITIALLOGIN_PASSWORD}
      - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
      - LANGS=en_GB
    restart: unless-stopped

.env

SECURITY_INITIALLOGIN_USERNAME=admin
SECURITY_INITIALLOGIN_PASSWORD=stirling

Share:

Ad
Favicon

 

  
 

Similar to Stirling-PDF

Favicon

 

  
  
Favicon

 

  
  
Favicon