Expand description
VNDetectTextRectanglesRequest — text-region detection (no OCR).
Structs§
- Text
Rect - A detected text rectangle in normalised (0..1) image coordinates, origin bottom-left (Vision convention).
Functions§
- detect_
text_ rectangles - Detect text-region rectangles in the image at
path. Setreport_character_boxesto true if you want the per-character bounding boxes (currently unused by this binding, kept for parity with Apple’s flag).