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 ਤੇ ਲਿਖਤ ਨੂੰ ਪੜ੍ਹਨਾ ਔਖਾ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।';
}