logo
icon

PDF2PPT

Convert scanned PDFs and slide screenshots into editable PPTX with OCR and hosted single-service backend mode.

PlatformZeabur
Deployed0
PublisherauthorZiChuanShanFeng
Deployed0 times
PublisherZiChuanShanFeng
Created2026-03-24
Services
service icon
service icon
service icon
Tags
ProductivityOCRAIDocuments

PDF2PPT

This template deploys three services in one Zeabur project:

  • api: FastAPI backend using hosted single-service mode
  • web: Next.js frontend
  • redis: internal Redis queue

The backend keeps api and worker logic in one service by running sh /app/scripts/run_hosted.sh, which avoids cross-service shared volume issues on hosted platforms.

After deployment:

  1. Open the generated public domain.
  2. Unlock the site with WEB_ACCESS_PASSWORD.
  3. Use direct API clients with API_BEARER_TOKEN if needed.