LocalLLaMA

Using PaddleOCR-VL-1.5 with llama-server for book OCR

I've been running PaddleOCR-VL-1.5 via llama.cpp's server for OCR on book pages. It handles complex layouts, tables, and mixed text/figure pages surprisingly well. Setup: – Model: PaddleOCR-VL-1.5-GGUF + mmproj.gguf – Backend: llama-serv…