
Detects and recognises text in each Image with EasyOCR and emits either a joined String transcript or per-line regions carrying Polygon<Double> or Rectangle<Double> bounds with optional confidence. Supports multi-language reading.
OCR scene images from files and forward the transcript and geometry over HTTP.
Crop a detected region first, then OCR the crop and summarise it with a text model.
String transcript, a region consumer pins per-line records with Polygon<Double> or Rectangle<Double> bounds. The polygon carries EasyOCR's native quad and the rectangle its axis-aligned bound.language accepts one or several codes separated by a comma or plus sign; common ISO three-letter codes are mapped to two-letter equivalents. The chosen language set must match the script in the images or recognition degrades.language, or recognition degrades.device requesting CUDA resolves to CPU when no compatible accelerator is visible at startup; inference continues at CPU latency.Automated release