# PageParse Environment Configuration Example # Copy this file to '.env' and modify as needed. Do NOT commit the '.env' file itself. # Enable Air-gap mode to bypass all backend API calls (true/false) PAGEPARSE_AIRGAP=false # OCR threshold setting PAGEPARSE_CONFIDENCE_THRESHOLD=0.5 # Ollama local endpoint URL PAGEPARSE_OLLAMA_URL=http://localhost:11434 # LLM / SLM models to load PAGEPARSE_SLM_MODEL=llama3.2:1b PAGEPARSE_VISION_MODEL=moondream # Text-To-Speech engine flag PAGEPARSE_TTS_ENABLED=false # Dynamic task extraction schema PAGEPARSE_AUTO_SCHEMA=true # Check duplicates and skip processing PAGEPARSE_DIFF_SYNC_ENABLED=false