
PaddleOCR-VL document parsing. Each Image is parsed on the selected device with layout detection and vision-language recognition, emitting a joined String transcript or per-block regions with boxes. SOTA parser (PaddleOCR-VL-1.6, 0.9B); CUDA GPU required.
Document to text with LLM post-processing over HTTP.
Live capture cropped then OCR'd.
String transcript, or a list of regions each carrying `bounds` (a Rectangle or Polygon) and `text`, optionally with `confidence`. The downstream connection resolves which arm; regions follow reading order.
Image returns the empty arm without invoking the model; weights are downloaded on first run and cached under the PaddleX model store.
Automated release