unclear_text_text method
Message when document text is unclear
In en, this message translates to: 'The text on your {document} is hard to read. Please try again.'
Implementation
@override
String unclear_text_text(String document) {
return 'നിങ്ങളുടെ $document വാചകം വായിക്കാൻ പ്രയാസമാണ്. ദയവായി വീണ്ടും ശ്രമിക്കുക.';
}