languages property

List<String>? languages
read / write

A list with OCR languages of the text to be recognized (e.g. {"en", "de"}). WORKS ONLY WITH THE TESSERACT OCR ENGINE.

Implementation

List<String>? languages;