|
@@ -20,7 +20,7 @@ namespace PDF_Master.Model.Dialog.ConverterDialogs
|
|
|
public class ConvertOptions
|
|
|
{
|
|
|
public COCRLanguage OCRLanguage = COCRLanguage.COCRLanguageEnglish;
|
|
|
- public bool IsAllowOCR = true;
|
|
|
+ public bool IsAllowOCR = false;
|
|
|
public bool IsContainOCRBgImage = true;
|
|
|
public bool IsContainAnnotations = true;
|
|
|
public bool IsContainImages = true;
|