VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Ocr.Tesseract Namespace / TesseractOcrSettings Class / UseCustomDictionaries Property
Синтаксис Требования Смотрите также
В этом разделе
    UseCustomDictionaries Свойство (TesseractOcrSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли механизм OCR использовать пользовательские словари.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the OCR engine should use the custom dictionaries.")>
    Public Property UseCustomDictionaries As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the OCR engine should use the custom dictionaries.")]
    public bool UseCustomDictionaries { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the OCR engine should use the custom dictionaries.")]
    public: __property bool get_UseCustomDictionaries();
    public: __property void set_UseCustomDictionaries(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether the OCR engine should use the custom dictionaries.")]
    public:
    property bool UseCustomDictionaries { bool get(); void set(bool value); }

    Property Value

    true - распознавание текста должно использовать пользовательские словари; false - распознавание текста не должно использовать пользовательские словари.
    Значение по умолчанию - false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также