File size: 1,058 Bytes
4ccde7a
 
 
 
 
94961c3
 
4ccde7a
 
94961c3
4ccde7a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ─── Mistral ───────────────────────────────────────────────────────────────────
MISTRAL_OCR_MODEL: mistral-ocr-latest
MISTRAL_TABLE_FORMAT: markdown

# ─── Server ────────────────────────────────────────────────────────────────────
# Local defaults β€” HF Spaces overrides HOST (0.0.0.0) via Space secrets.
# PORT must be 7860 for HF Spaces to detect and route the container.
APP_NAME: "Markdown & Layout Extractor"
HOST: "127.0.0.1"
PORT: 7860
LOG_LEVEL: INFO

# ─── CORS ──────────────────────────────────────────────────────────────────────
CORS_ALLOW_ORIGINS:
  - "*"
CORS_ALLOW_METHODS:
  - "*"
CORS_ALLOW_HEADERS:
  - "*"