CoolFace
Apppublic

loftyabhi/pyq-ocr-worker

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
18 commits on main
98aaff44mo ago

Fix unbound local variable 'headers' error in OCR worker

loftyabhi
448b2b65mo ago

feat: universal webhook support and memory monitoring

loftyabhi
61fdb675mo ago

Fix async background thread lock release bug

loftyabhi
0f088915mo ago

fix: disable MKLDNN to prevent primitive crash, add Supabase retry with 60s timeouts, fix syntax error

loftyabhi
6ac47095mo ago

security: read Supabase creds from env vars instead of request body

loftyabhi
fcc84ef5mo ago

feat: async fire-and-forget OCR with Supabase callback + auto re-invoke

loftyabhi
68d64006mo ago

fix: spatial text joining for proper line reconstruction

loftyabhi
fc371ec6mo ago

preload devanagari

loftyabhi
8b8b0406mo ago

v2.0: Multi-language support + landing page

loftyabhi
b921c306mo ago

Fix: Remove build-time model caching to fix Segfault during Docker build, add MKL safety flags

loftyabhi
b37a8676mo ago

Fix: Restore Hugging Face YAML metadata in README to fix Configuration Error

loftyabhi
74d61c06mo ago

Fix: Downgrade PP to 2.6.2 and OCR to 2.7.3 to fix C++ OneDNN panic

loftyabhi
60efb026mo ago

Fix: Remove invalid cls arg from model.ocr() call for PaddleOCR 3.x

loftyabhi
abf9ed36mo ago

Fix: PaddleOCR 3.x API - remove show_log, skip connectivity check

loftyabhi
c612aa26mo ago

Fix: update paddlepaddle to available version >=3.3.0

loftyabhi
35c40cd6mo ago

Fix: replace libgl1-mesa-glx with libgl1 for Debian Bookworm

loftyabhi
27903396mo ago

Deploy PaddleOCR worker for PYQ text extraction

loftyabhi
3604e056mo ago

initial commit

loftyabhi