pdftools / Procfile
Shivakafle038's picture
PDF Tools Web App - compress, convert, watermark removal
32a841c
raw
history blame contribute delete
60 Bytes
web: uvicorn server:app --host 0.0.0.0 --port ${PORT:-8000}