Files
OCRmyPDFWebGui/README.md
Ben Nicholson 1fa0bc4d5f Update README.md
Added docker-compose for running container
2025-03-19 11:16:17 +11:00

263 B

OCRmyPDFWebGui

Last image generatoed on 18-3-25

services:
  ocr_my_pdf_webui:
    image: gitea.apointless.space/bsncubed/ocrmypdfwebgui:latest
    ports:
      - "5000:5000"
    environment:
      - GUNICORN_TIMEOUT=300
      - TZ=Australia/Sydney