
Two-stage docTR OCR over each Image; emits a joined String transcript or per-line regions with Polygon<Double> or Rectangle<Double> bounds (optional confidence). Detection + recognition weights are mounted file links, loaded locally.
OCR document pages from files and post-process the transcript with a text model.
Pull frames over HTTP, OCR them, and extract named entities from the recognised text.
String transcript, a region consumer pins per-line records with Polygon<Double> or Rectangle<Double> bounds. Detection and recognition run identically regardless of arm.doctr_det_arch and doctr_reco_arch must be valid docTR architecture identifiers; an unknown value aborts at startup.doctr_det_arch and doctr_reco_arch; each weights file MUST match its architecture or the state-dict load aborts at startup. Nothing is fetched over the network at runtime; a missing weights file fails fast.device requesting CUDA resolves to CPU when no compatible accelerator is visible at startup; inference continues at CPU latency.Automated release