handbook-ocr-engine / .env.example
internationalscholarsprogram's picture
Initial deploy: ISP Handbook OCR Engine
b12284c verified
raw
history blame contribute delete
552 Bytes
# ISP Handbook OCR Engine — Environment
APP_NAME=ISP Handbook OCR Engine
APP_VERSION=1.0.0
DEBUG=false
PORT=7860
# Upload limits
MAX_UPLOAD_BYTES=104857600
UPLOAD_DIR=/tmp/handbook_uploads
EXPORT_DIR=/tmp/handbook_exports
# OCR
TESSERACT_CMD=
OCR_DPI=300
OCR_LANGUAGE=eng
OCR_TIMEOUT_SECONDS=300
# Backend API
API_BASE_URL=https://finsapdev.qhtestingserver.com
HANDBOOK_IMPORT_PATH=/MODEL_APIS/handbook_import_export.php
# CORS
CORS_ORIGINS=http://localhost:5173,http://localhost:5174,https://finsapdev.qhtestingserver.com