frknuzn/ocr-poc
fix(docker): set HOME to /app and XDG_CACHE_HOME to /app/.cache; ensure dirs exist and writable
fix(docker): create /tmp/matplotlib before chmod to avoid build error
fix(docker): set PADDLEOCR_HOME to /app/.paddleocr and ensure writable; set HOME to /root
fix(docker): add libgomp1 and set MPLCONFIGDIR/OMP_NUM_THREADS for PaddlePaddle runtime
fix(docker): remove paddleocr from requirements to avoid PyMuPDF build; Docker installs paddleocr --no-deps
fix(space): add paddleocr and pin opencv-contrib-python==4.6.0.66 for Gradio runtime
chore(ui): surface underlying error in UI and enable queue() for stability
fix(space): adjust README frontmatter colors to allowed values (green→blue)
fix(space): add README frontmatter (sdk: docker) for HF Spaces config
Space clean build: Docker SDK + app + src (no large files)
Initial Space (Docker)
Space clean build: UI + OCR only (no large files)
wip
fix(space): add README frontmatter (gradio) and adapt launch for HF Spaces
Space clean build: UI + OCR only (no large files)
Space clean build: UI + OCR only (no large files)
