[Option('d',nameof(OCRDataFolder),Required=false,HelpText="Folder where SimpleOCR is allowed to download data to and read data from.")]
publicstringOCRDataFolder{get;set;}
[Option('o',nameof(Outputfile),Required=false,HelpText="Output-file for OCR-content. (OCR-content will be printed to console if output-file is not set.)")]
publicstringOutputfile{get;set;}
[Option('o',nameof(OutputFile),Required=false,HelpText="Output-file for OCR-content. (OCR-content will be printed to console if output-file is not set.)")]
publicstringOutputFile{get;set;}
[Option('l',"Languages",HelpText="Expected languages of the document-content in ISO 639-3 format",Default="eng")]