loftyabhi/pyq-ocr-worker
Fix unbound local variable 'headers' error in OCR worker
feat: universal webhook support and memory monitoring
Fix async background thread lock release bug
fix: disable MKLDNN to prevent primitive crash, add Supabase retry with 60s timeouts, fix syntax error
security: read Supabase creds from env vars instead of request body
feat: async fire-and-forget OCR with Supabase callback + auto re-invoke
fix: spatial text joining for proper line reconstruction
preload devanagari
v2.0: Multi-language support + landing page
Fix: Remove build-time model caching to fix Segfault during Docker build, add MKL safety flags
Fix: Restore Hugging Face YAML metadata in README to fix Configuration Error
Fix: Downgrade PP to 2.6.2 and OCR to 2.7.3 to fix C++ OneDNN panic
Fix: Remove invalid cls arg from model.ocr() call for PaddleOCR 3.x
Fix: PaddleOCR 3.x API - remove show_log, skip connectivity check
Fix: update paddlepaddle to available version >=3.3.0
Fix: replace libgl1-mesa-glx with libgl1 for Debian Bookworm
Deploy PaddleOCR worker for PYQ text extraction
initial commit
