Search Results for

    Show / Hide Table of Contents

    Class Installation

    A static class providing everything needed to configure the installation and licensing of IronOCR

    Inheritance
    System.Object
    Installation
    Namespace: IronOcr
    Assembly: IronOcr.dll
    Syntax
    public static class Installation : Object

    Properties

    CustomLogger

    Custom logger implementation

    Declaration
    public static ILogger CustomLogger { get; set; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.ILogger

    InstallationPath

    IronOcr installation path

    Declaration
    public static string InstallationPath { get; set; }
    Property Value
    Type Description
    System.String

    IsLicensed

    Determines whether this instance of IronOcr is Licensed. Will return false unless a LicenseKey is set to a valid trial or full license key in IronOcr.Installation.LicenseKey, Web.Config , App.Config or appsettings.json in .Net Core.

    Declaration
    public static bool IsLicensed { get; }
    Property Value
    Type Description
    System.Boolean

    LanguagePackDirectory

    Custom language pack directory which contains .ocrdata language pack files

    Declaration
    public static string LanguagePackDirectory { get; set; }
    Property Value
    Type Description
    System.String

    LicenseKey

    Removes watermarks. Get Licensed at https://ironsoftware.com/

    Declaration
    public static string LicenseKey { get; set; }
    Property Value
    Type Description
    System.String

    LinuxAndDockerDependenciesAutoConfig

    If true The necessary package dependencies for IronOCR rendering will we automatically installed to Docker and Debian / Ubuntu Linux deployments.

    Applies only to IronOCR for .Net Core.

    This will take a few minutes the next time you run IronOCR. Watch the Visual Studio "Output" window for progress.

    Set this to false if manual Docker / Linux setup is more convenient: https://ironsoftware.com/csharp/ocr/docs/questions/csharp-tesseract-ocr-docker-linux-setup-tutorial/

    Declaration
    public static bool LinuxAndDockerDependenciesAutoConfig { get; set; }
    Property Value
    Type Description
    System.Boolean
    See Also
    IronSoftware.Deployment.DeploymentEngine.SkipInstallCommands

    LogFilePath

    Setting a log path produces ‘log files’ which may be vey useful for debugging in production or providing to Iron Software support when reporting an issue.

    LogFilePath may be set to a directory name or a full file name.

    Setting LogFilePath = null will turn off log files.

    Declaration
    public static string LogFilePath { get; set; }
    Property Value
    Type Description
    System.String
    See Also
    ClearLogFiles()

    LoggingMode

    Activate or disable detailed developer messages sent to your choice of location in the IDE or application console.

    Declaration
    public static Installation.LoggingModes LoggingMode { get; set; }
    Property Value
    Type Description
    Installation.LoggingModes

    MachineLearningModelsDirectory

    Directory containing machine learning files for computer vision features

    Declaration
    public static string MachineLearningModelsDirectory { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ClearLogFiles()

    Removes any Iron Software log files at the LogFilePath.

    Declaration
    public static void ClearLogFiles()
    See Also
    LogFilePath

    IsValidLicense(String)

    Checks if a given license key is valid for use with IronOCR.

    Declaration
    public static bool IsValidLicense(string LicenseKey)
    Parameters
    Type Name Description
    System.String LicenseKey

    Full License Key provided as a string.

    Returns
    Type Description
    System.Boolean

    True when a valid key is given.

    Log(String)

    Logs a message to enabled log outputs

    Declaration
    public static void Log(string message)
    Parameters
    Type Name Description
    System.String message
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronOCR to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronOCR free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.