OcrLine constructor

OcrLine({
  1. required String text,
  2. required List<OcrPoint> cornerPoints,
})

Implementation

OcrLine({
  required this.text,
  required this.cornerPoints,
});