fromValue static method
Implementation
static OcrOrientation fromValue(String value) =>
OcrOrientation.values.firstWhere((e) => e.value == value);
static OcrOrientation fromValue(String value) =>
OcrOrientation.values.firstWhere((e) => e.value == value);