
Runs the classic CPU Tesseract engine over each Image, emitting either a joined String transcript or per-word regions with Rectangle<Double> bounds and optional confidence normalised to 0..1.
OCR scanned pages from files and deliver the transcript over HTTP.
Crop a region of interest, OCR it, and summarise the text with a text model.
String transcript, a region consumer pins per-word records with Rectangle<Double> bounds, optionally carrying a confidence score. Tesseract's native word box is an axis-aligned rectangle.language must name a Tesseract language data pack installed in the image; a missing pack aborts the call.tesseract_psm selects the page-segmentation mode, which strongly affects results on sparse or single-line images, and tesseract_oem selects the engine mode.Automated release