OcrOptions constructor

OcrOptions(
  1. {List<String>? languages,
  2. bool? shouldGeneratePdf}
)

Implementation

OcrOptions({this.languages, this.shouldGeneratePdf});