  | TesseractOcrBarcodeReaderRequestTryHarder Property  | 
If no barcodes are detected at a first try, retry again by analysing more parameters and options
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool TryHarder { get; set; }Public Property TryHarder As Boolean
	Get
	Set
public:
property bool TryHarder {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
Remarks
If set to true, the barcode reader will take more time to process
See Also