CameraKitOcrPlusView constructor
const
CameraKitOcrPlusView({})
Implementation
const CameraKitOcrPlusView({
super.key,
required this.onTextRead,
this.controller,
this.onZoomChanged,
this.showFrame = false,
this.showZoomSlider = false,
this.showTextRectangles = false,
this.focusRequired = false, // Default to false for OCR
});