Tech Dec 1, 2025 3 min Solving NDLOCR Column Layout Recognition with Histogram Analysis When Layout Parser wouldn't install and NDLOCR alone couldn't handle a 4-column vertical text book, I used PyMuPDF and histogram analysis to brute-force split the columns. NDLOCR OCR Python PyMuPDF Experiment
Tech Dec 1, 2025 4 min How to Successfully Build the NDLOCR Docker Image Points where building the NDLOCR Docker image gets stuck, and how to solve them. Docker NDLOCR OCR Windows AI CUDA Experiment
Tech Nov 30, 2025 3 min Why Vercel Stopped Deploying My Commits (and How I Fixed It) Debugging a silent Vercel deploy failure caused by a mismatched Git user.email on my local machine. Vercel Git GitHub Experiment