Search Results for

    Show / Hide Table of Contents

    Class OcrLanguage

    The natural language in which OCR documents will be read.

    Any number of languages may be used simultaneously using the IronTessseract.AddSecondaryLanguage() Method.

    To use a custom Tesseract language file (.traineddata) please see the IronTessseract.UseCustomLanguageFile() Method

    Inheritance
    System.Object
    OcrLanguage
    Namespace: IronOcr
    Assembly: IronOcr.dll
    Syntax
    public sealed class OcrLanguage : Enum

    Fields

    Afrikaans

    Afrikaans OCR language. Performs OCR, reading documents of the Afrikaans language with an understanding of spelling and linguistic context.

    This Default variant of Afrikaans uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Afrikaans' from https://www.nuget.org/packages/IronOcr.Languages.Afrikaans/ to your Visual Studio project.
    Alternatively download the "Afrikaans.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Afrikaans
    Field Value
    Type Description
    OcrLanguage

    AfrikaansBest

    Afrikaans OCR language. Performs OCR, reading documents of the Afrikaans language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Afrikaans uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Afrikaans' from https://www.nuget.org/packages/IronOcr.Languages.Afrikaans/ to your Visual Studio project.
    Alternatively download the "Afrikaans.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AfrikaansBest
    Field Value
    Type Description
    OcrLanguage

    AfrikaansFast

    Afrikaans OCR language. Performs OCR, reading documents of the Afrikaans language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Afrikaans uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Afrikaans' from https://www.nuget.org/packages/IronOcr.Languages.Afrikaans/ to your Visual Studio project.
    Alternatively download the "Afrikaans.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AfrikaansFast
    Field Value
    Type Description
    OcrLanguage

    Albanian

    Albanian OCR language. Performs OCR, reading documents of the Albanian (gjuha shqipe) language with an understanding of spelling and linguistic context.

    This Default variant of Albanian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Albanian' from https://www.nuget.org/packages/IronOcr.Languages.Albanian/ to your Visual Studio project.
    Alternatively download the "Albanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Albanian
    Field Value
    Type Description
    OcrLanguage

    AlbanianBest

    Albanian OCR language. Performs OCR, reading documents of the Albanian (gjuha shqipe) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Albanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Albanian' from https://www.nuget.org/packages/IronOcr.Languages.Albanian/ to your Visual Studio project.
    Alternatively download the "Albanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AlbanianBest
    Field Value
    Type Description
    OcrLanguage

    AlbanianFast

    Albanian OCR language. Performs OCR, reading documents of the Albanian (gjuha shqipe) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Albanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Albanian' from https://www.nuget.org/packages/IronOcr.Languages.Albanian/ to your Visual Studio project.
    Alternatively download the "Albanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AlbanianFast
    Field Value
    Type Description
    OcrLanguage

    Amharic

    Amharic OCR language. Performs OCR, reading documents of the Amharic (አማርኛ) language with an understanding of spelling and linguistic context.

    This Default variant of Amharic uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Amharic' from https://www.nuget.org/packages/IronOcr.Languages.Amharic/ to your Visual Studio project.
    Alternatively download the "Amharic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Amharic
    Field Value
    Type Description
    OcrLanguage

    AmharicBest

    Amharic OCR language. Performs OCR, reading documents of the Amharic (አማርኛ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Amharic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Amharic' from https://www.nuget.org/packages/IronOcr.Languages.Amharic/ to your Visual Studio project.
    Alternatively download the "Amharic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AmharicBest
    Field Value
    Type Description
    OcrLanguage

    AmharicFast

    Amharic OCR language. Performs OCR, reading documents of the Amharic (አማርኛ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Amharic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Amharic' from https://www.nuget.org/packages/IronOcr.Languages.Amharic/ to your Visual Studio project.
    Alternatively download the "Amharic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AmharicFast
    Field Value
    Type Description
    OcrLanguage

    AncientGreek

    Ancient Greek OCR language. Performs OCR, reading documents of the Ancient Greek (Ἑλληνική) language with an understanding of spelling and linguistic context.

    This Default variant of Ancient Greek uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.AncientGreek' from https://www.nuget.org/packages/IronOcr.Languages.AncientGreek/ to your Visual Studio project.
    Alternatively download the "AncientGreek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AncientGreek
    Field Value
    Type Description
    OcrLanguage

    AncientGreekBest

    Ancient Greek OCR language. Performs OCR, reading documents of the Ancient Greek (Ἑλληνική) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Ancient Greek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.AncientGreek' from https://www.nuget.org/packages/IronOcr.Languages.AncientGreek/ to your Visual Studio project.
    Alternatively download the "AncientGreek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AncientGreekBest
    Field Value
    Type Description
    OcrLanguage

    AncientGreekFast

    Ancient Greek OCR language. Performs OCR, reading documents of the Ancient Greek (Ἑλληνική) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Ancient Greek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.AncientGreek' from https://www.nuget.org/packages/IronOcr.Languages.AncientGreek/ to your Visual Studio project.
    Alternatively download the "AncientGreek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AncientGreekFast
    Field Value
    Type Description
    OcrLanguage

    Arabic

    Arabic OCR language. Performs OCR, reading documents of the Arabic (العربية) language with an understanding of spelling and linguistic context.

    This Default variant of Arabic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Arabic
    Field Value
    Type Description
    OcrLanguage

    ArabicAlphabet

    Arabic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Arabic Alphabet (العربية) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Arabic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArabicAlphabet
    Field Value
    Type Description
    OcrLanguage

    ArabicAlphabetBest

    Arabic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Arabic Alphabet (العربية) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Arabic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArabicAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    ArabicAlphabetFast

    Arabic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Arabic Alphabet (العربية) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Arabic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArabicAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    ArabicBest

    Arabic OCR language. Performs OCR, reading documents of the Arabic (العربية) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Arabic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArabicBest
    Field Value
    Type Description
    OcrLanguage

    ArabicFast

    Arabic OCR language. Performs OCR, reading documents of the Arabic (العربية) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Arabic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Arabic' from https://www.nuget.org/packages/IronOcr.Languages.Arabic/ to your Visual Studio project.
    Alternatively download the "Arabic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArabicFast
    Field Value
    Type Description
    OcrLanguage

    Armenian

    Armenian OCR language. Performs OCR, reading documents of the Armenian (Հայերեն) language with an understanding of spelling and linguistic context.

    This Default variant of Armenian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Armenian
    Field Value
    Type Description
    OcrLanguage

    ArmenianAlphabet

    Armenian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Armenian Alphabet (Հայերեն) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Armenian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArmenianAlphabet
    Field Value
    Type Description
    OcrLanguage

    ArmenianAlphabetBest

    Armenian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Armenian Alphabet (Հայերեն) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Armenian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArmenianAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    ArmenianAlphabetFast

    Armenian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Armenian Alphabet (Հայերեն) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Armenian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArmenianAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    ArmenianBest

    Armenian OCR language. Performs OCR, reading documents of the Armenian (Հայերեն) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Armenian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArmenianBest
    Field Value
    Type Description
    OcrLanguage

    ArmenianFast

    Armenian OCR language. Performs OCR, reading documents of the Armenian (Հայերեն) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Armenian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Armenian' from https://www.nuget.org/packages/IronOcr.Languages.Armenian/ to your Visual Studio project.
    Alternatively download the "Armenian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ArmenianFast
    Field Value
    Type Description
    OcrLanguage

    Assamese

    Assamese OCR language. Performs OCR, reading documents of the Assamese (অসমীয়া) language with an understanding of spelling and linguistic context.

    This Default variant of Assamese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Assamese' from https://www.nuget.org/packages/IronOcr.Languages.Assamese/ to your Visual Studio project.
    Alternatively download the "Assamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Assamese
    Field Value
    Type Description
    OcrLanguage

    AssameseBest

    Assamese OCR language. Performs OCR, reading documents of the Assamese (অসমীয়া) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Assamese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Assamese' from https://www.nuget.org/packages/IronOcr.Languages.Assamese/ to your Visual Studio project.
    Alternatively download the "Assamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AssameseBest
    Field Value
    Type Description
    OcrLanguage

    AssameseFast

    Assamese OCR language. Performs OCR, reading documents of the Assamese (অসমীয়া) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Assamese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Assamese' from https://www.nuget.org/packages/IronOcr.Languages.Assamese/ to your Visual Studio project.
    Alternatively download the "Assamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AssameseFast
    Field Value
    Type Description
    OcrLanguage

    Azerbaijani

    Azerbaijani OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language with an understanding of spelling and linguistic context.

    This Default variant of Azerbaijani uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Azerbaijani
    Field Value
    Type Description
    OcrLanguage

    AzerbaijaniBest

    Azerbaijani OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Azerbaijani uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AzerbaijaniBest
    Field Value
    Type Description
    OcrLanguage

    AzerbaijaniCyrillic

    Azerbaijani Cyrillic OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This Default variant of Azerbaijani Cyrillic uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AzerbaijaniCyrillic
    Field Value
    Type Description
    OcrLanguage

    AzerbaijaniCyrillicBest

    Azerbaijani Cyrillic OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Azerbaijani Cyrillic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AzerbaijaniCyrillicBest
    Field Value
    Type Description
    OcrLanguage

    AzerbaijaniCyrillicFast

    Azerbaijani Cyrillic OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This 'Fast' variant of Azerbaijani Cyrillic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AzerbaijaniCyrillicFast
    Field Value
    Type Description
    OcrLanguage

    AzerbaijaniFast

    Azerbaijani OCR language. Performs OCR, reading documents of the Azerbaijani (azərbaycan dili) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Azerbaijani uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Azerbaijani' from https://www.nuget.org/packages/IronOcr.Languages.Azerbaijani/ to your Visual Studio project.
    Alternatively download the "Azerbaijani.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage AzerbaijaniFast
    Field Value
    Type Description
    OcrLanguage

    Basque

    Basque OCR language. Performs OCR, reading documents of the Basque (euskara, euskera) language with an understanding of spelling and linguistic context.

    This Default variant of Basque uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Basque' from https://www.nuget.org/packages/IronOcr.Languages.Basque/ to your Visual Studio project.
    Alternatively download the "Basque.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Basque
    Field Value
    Type Description
    OcrLanguage

    BasqueBest

    Basque OCR language. Performs OCR, reading documents of the Basque (euskara, euskera) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Basque uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Basque' from https://www.nuget.org/packages/IronOcr.Languages.Basque/ to your Visual Studio project.
    Alternatively download the "Basque.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BasqueBest
    Field Value
    Type Description
    OcrLanguage

    BasqueFast

    Basque OCR language. Performs OCR, reading documents of the Basque (euskara, euskera) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Basque uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Basque' from https://www.nuget.org/packages/IronOcr.Languages.Basque/ to your Visual Studio project.
    Alternatively download the "Basque.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BasqueFast
    Field Value
    Type Description
    OcrLanguage

    Belarusian

    Belarusian OCR language. Performs OCR, reading documents of the Belarusian (беларуская мова) language with an understanding of spelling and linguistic context.

    This Default variant of Belarusian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Belarusian' from https://www.nuget.org/packages/IronOcr.Languages.Belarusian/ to your Visual Studio project.
    Alternatively download the "Belarusian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Belarusian
    Field Value
    Type Description
    OcrLanguage

    BelarusianBest

    Belarusian OCR language. Performs OCR, reading documents of the Belarusian (беларуская мова) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Belarusian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Belarusian' from https://www.nuget.org/packages/IronOcr.Languages.Belarusian/ to your Visual Studio project.
    Alternatively download the "Belarusian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BelarusianBest
    Field Value
    Type Description
    OcrLanguage

    BelarusianFast

    Belarusian OCR language. Performs OCR, reading documents of the Belarusian (беларуская мова) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Belarusian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Belarusian' from https://www.nuget.org/packages/IronOcr.Languages.Belarusian/ to your Visual Studio project.
    Alternatively download the "Belarusian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BelarusianFast
    Field Value
    Type Description
    OcrLanguage

    Bengali

    Bengali OCR language. Performs OCR, reading documents of the Bengali (Bangla,বাংলা) language with an understanding of spelling and linguistic context.

    This Default variant of Bengali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Bengali
    Field Value
    Type Description
    OcrLanguage

    BengaliAlphabet

    Bengali Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Bengali Alphabet (Bangla,বাংলা) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Bengali Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BengaliAlphabet
    Field Value
    Type Description
    OcrLanguage

    BengaliAlphabetBest

    Bengali Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Bengali Alphabet (Bangla,বাংলা) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Bengali Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BengaliAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    BengaliAlphabetFast

    Bengali Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Bengali Alphabet (Bangla,বাংলা) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Bengali Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BengaliAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    BengaliBest

    Bengali OCR language. Performs OCR, reading documents of the Bengali (Bangla,বাংলা) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Bengali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BengaliBest
    Field Value
    Type Description
    OcrLanguage

    BengaliFast

    Bengali OCR language. Performs OCR, reading documents of the Bengali (Bangla,বাংলা) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Bengali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bengali' from https://www.nuget.org/packages/IronOcr.Languages.Bengali/ to your Visual Studio project.
    Alternatively download the "Bengali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BengaliFast
    Field Value
    Type Description
    OcrLanguage

    Bosnian

    Bosnian OCR language. Performs OCR, reading documents of the Bosnian (bosanski jezik) language with an understanding of spelling and linguistic context.

    This Default variant of Bosnian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bosnian' from https://www.nuget.org/packages/IronOcr.Languages.Bosnian/ to your Visual Studio project.
    Alternatively download the "Bosnian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Bosnian
    Field Value
    Type Description
    OcrLanguage

    BosnianBest

    Bosnian OCR language. Performs OCR, reading documents of the Bosnian (bosanski jezik) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Bosnian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bosnian' from https://www.nuget.org/packages/IronOcr.Languages.Bosnian/ to your Visual Studio project.
    Alternatively download the "Bosnian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BosnianBest
    Field Value
    Type Description
    OcrLanguage

    BosnianFast

    Bosnian OCR language. Performs OCR, reading documents of the Bosnian (bosanski jezik) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Bosnian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bosnian' from https://www.nuget.org/packages/IronOcr.Languages.Bosnian/ to your Visual Studio project.
    Alternatively download the "Bosnian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BosnianFast
    Field Value
    Type Description
    OcrLanguage

    Breton

    Breton OCR language. Performs OCR, reading documents of the Breton (brezhoneg) language with an understanding of spelling and linguistic context.

    This Default variant of Breton uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Breton' from https://www.nuget.org/packages/IronOcr.Languages.Breton/ to your Visual Studio project.
    Alternatively download the "Breton.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Breton
    Field Value
    Type Description
    OcrLanguage

    BretonBest

    Breton OCR language. Performs OCR, reading documents of the Breton (brezhoneg) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Breton uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Breton' from https://www.nuget.org/packages/IronOcr.Languages.Breton/ to your Visual Studio project.
    Alternatively download the "Breton.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BretonBest
    Field Value
    Type Description
    OcrLanguage

    BretonFast

    Breton OCR language. Performs OCR, reading documents of the Breton (brezhoneg) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Breton uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Breton' from https://www.nuget.org/packages/IronOcr.Languages.Breton/ to your Visual Studio project.
    Alternatively download the "Breton.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BretonFast
    Field Value
    Type Description
    OcrLanguage

    Bulgarian

    Bulgarian OCR language. Performs OCR, reading documents of the Bulgarian (български език) language with an understanding of spelling and linguistic context.

    This Default variant of Bulgarian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bulgarian' from https://www.nuget.org/packages/IronOcr.Languages.Bulgarian/ to your Visual Studio project.
    Alternatively download the "Bulgarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Bulgarian
    Field Value
    Type Description
    OcrLanguage

    BulgarianBest

    Bulgarian OCR language. Performs OCR, reading documents of the Bulgarian (български език) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Bulgarian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bulgarian' from https://www.nuget.org/packages/IronOcr.Languages.Bulgarian/ to your Visual Studio project.
    Alternatively download the "Bulgarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BulgarianBest
    Field Value
    Type Description
    OcrLanguage

    BulgarianFast

    Bulgarian OCR language. Performs OCR, reading documents of the Bulgarian (български език) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Bulgarian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Bulgarian' from https://www.nuget.org/packages/IronOcr.Languages.Bulgarian/ to your Visual Studio project.
    Alternatively download the "Bulgarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage BulgarianFast
    Field Value
    Type Description
    OcrLanguage

    CanadianAboriginalAlphabet

    Canadian Aboriginal Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Canadian Aboriginal Alphabet (Canadian First Nations, Indigenous Canadians, Native Canadian, Inuit) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Canadian Aboriginal Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.CanadianAboriginal' from https://www.nuget.org/packages/IronOcr.Languages.CanadianAboriginal/ to your Visual Studio project.
    Alternatively download the "CanadianAboriginal.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CanadianAboriginalAlphabet
    Field Value
    Type Description
    OcrLanguage

    CanadianAboriginalAlphabetBest

    Canadian Aboriginal Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Canadian Aboriginal Alphabet (Canadian First Nations, Indigenous Canadians, Native Canadian, Inuit) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Canadian Aboriginal Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.CanadianAboriginal' from https://www.nuget.org/packages/IronOcr.Languages.CanadianAboriginal/ to your Visual Studio project.
    Alternatively download the "CanadianAboriginal.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CanadianAboriginalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    CanadianAboriginalAlphabetFast

    Canadian Aboriginal Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Canadian Aboriginal Alphabet (Canadian First Nations, Indigenous Canadians, Native Canadian, Inuit) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Canadian Aboriginal Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.CanadianAboriginal' from https://www.nuget.org/packages/IronOcr.Languages.CanadianAboriginal/ to your Visual Studio project.
    Alternatively download the "CanadianAboriginal.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CanadianAboriginalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Catalan

    Catalan OCR language. Performs OCR, reading documents of the Catalan (català, valencià) language with an understanding of spelling and linguistic context.

    This Default variant of Catalan uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Catalan' from https://www.nuget.org/packages/IronOcr.Languages.Catalan/ to your Visual Studio project.
    Alternatively download the "Catalan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Catalan
    Field Value
    Type Description
    OcrLanguage

    CatalanBest

    Catalan OCR language. Performs OCR, reading documents of the Catalan (català, valencià) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Catalan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Catalan' from https://www.nuget.org/packages/IronOcr.Languages.Catalan/ to your Visual Studio project.
    Alternatively download the "Catalan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CatalanBest
    Field Value
    Type Description
    OcrLanguage

    CatalanFast

    Catalan OCR language. Performs OCR, reading documents of the Catalan (català, valencià) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Catalan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Catalan' from https://www.nuget.org/packages/IronOcr.Languages.Catalan/ to your Visual Studio project.
    Alternatively download the "Catalan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CatalanFast
    Field Value
    Type Description
    OcrLanguage

    Cebuano

    Cebuano OCR language. Performs OCR, reading documents of the Cebuano (Bisaya, Binisaya) language with an understanding of spelling and linguistic context.

    This Default variant of Cebuano uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cebuano' from https://www.nuget.org/packages/IronOcr.Languages.Cebuano/ to your Visual Studio project.
    Alternatively download the "Cebuano.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Cebuano
    Field Value
    Type Description
    OcrLanguage

    CebuanoBest

    Cebuano OCR language. Performs OCR, reading documents of the Cebuano (Bisaya, Binisaya) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Cebuano uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cebuano' from https://www.nuget.org/packages/IronOcr.Languages.Cebuano/ to your Visual Studio project.
    Alternatively download the "Cebuano.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CebuanoBest
    Field Value
    Type Description
    OcrLanguage

    CebuanoFast

    Cebuano OCR language. Performs OCR, reading documents of the Cebuano (Bisaya, Binisaya) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Cebuano uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cebuano' from https://www.nuget.org/packages/IronOcr.Languages.Cebuano/ to your Visual Studio project.
    Alternatively download the "Cebuano.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CebuanoFast
    Field Value
    Type Description
    OcrLanguage

    Cherokee

    Cherokee OCR language. Performs OCR, reading documents of the Cherokee (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) language with an understanding of spelling and linguistic context.

    This Default variant of Cherokee uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Cherokee
    Field Value
    Type Description
    OcrLanguage

    CherokeeAlphabet

    Cherokee Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cherokee Alphabet (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Cherokee Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CherokeeAlphabet
    Field Value
    Type Description
    OcrLanguage

    CherokeeAlphabetBest

    Cherokee Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cherokee Alphabet (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Cherokee Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CherokeeAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    CherokeeAlphabetFast

    Cherokee Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cherokee Alphabet (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Cherokee Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CherokeeAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    CherokeeBest

    Cherokee OCR language. Performs OCR, reading documents of the Cherokee (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Cherokee uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CherokeeBest
    Field Value
    Type Description
    OcrLanguage

    CherokeeFast

    Cherokee OCR language. Performs OCR, reading documents of the Cherokee (ᏣᎳᎩ ᎦᏬᏂᎯᏍᏗ, Tsalagi Gawonihisdi) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Cherokee uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cherokee' from https://www.nuget.org/packages/IronOcr.Languages.Cherokee/ to your Visual Studio project.
    Alternatively download the "Cherokee.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CherokeeFast
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplified

    Chinese Simplified OCR language. Performs OCR, reading documents of the Chinese Simplified [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This Default variant of Chinese Simplified uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplified
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplifiedBest

    Chinese Simplified OCR language. Performs OCR, reading documents of the Chinese Simplified [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Chinese Simplified uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplifiedBest
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplifiedFast

    Chinese Simplified OCR language. Performs OCR, reading documents of the Chinese Simplified [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Chinese Simplified uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplifiedFast
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplifiedVertical

    Chinese Simplified Vertical OCR language. Performs OCR, reading documents of the Chinese Simplified Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This Default variant of Chinese Simplified Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplifiedVertical
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplifiedVerticalBest

    Chinese Simplified Vertical OCR language. Performs OCR, reading documents of the Chinese Simplified Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Chinese Simplified Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplifiedVerticalBest
    Field Value
    Type Description
    OcrLanguage

    ChineseSimplifiedVerticalFast

    Chinese Simplified Vertical OCR language. Performs OCR, reading documents of the Chinese Simplified Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Chinese Simplified Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseSimplifiedVerticalFast
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditional

    Chinese Traditional OCR language. Performs OCR, reading documents of the Chinese Traditional [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This Default variant of Chinese Traditional uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditional
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditionalBest

    Chinese Traditional OCR language. Performs OCR, reading documents of the Chinese Traditional [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Chinese Traditional uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditionalBest
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditionalFast

    Chinese Traditional OCR language. Performs OCR, reading documents of the Chinese Traditional [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Chinese Traditional uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditionalFast
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditionalVertical

    Chinese Traditional Vertical OCR language. Performs OCR, reading documents of the Chinese Traditional Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This Default variant of Chinese Traditional Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditionalVertical
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditionalVerticalBest

    Chinese Traditional Vertical OCR language. Performs OCR, reading documents of the Chinese Traditional Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Chinese Traditional Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditionalVerticalBest
    Field Value
    Type Description
    OcrLanguage

    ChineseTraditionalVerticalFast

    Chinese Traditional Vertical OCR language. Performs OCR, reading documents of the Chinese Traditional Vertical [中文 (Zhōngwén), 汉语, 漢語] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Chinese Traditional Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Chinese' from https://www.nuget.org/packages/IronOcr.Languages.Chinese/ to your Visual Studio project.
    Alternatively download the "Chinese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ChineseTraditionalVerticalFast
    Field Value
    Type Description
    OcrLanguage

    Corsican

    Corsican OCR language. Performs OCR, reading documents of the Corsican (corsu, lingua corsa) language with an understanding of spelling and linguistic context.

    This Default variant of Corsican uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Corsican' from https://www.nuget.org/packages/IronOcr.Languages.Corsican/ to your Visual Studio project.
    Alternatively download the "Corsican.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Corsican
    Field Value
    Type Description
    OcrLanguage

    CorsicanBest

    Corsican OCR language. Performs OCR, reading documents of the Corsican (corsu, lingua corsa) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Corsican uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Corsican' from https://www.nuget.org/packages/IronOcr.Languages.Corsican/ to your Visual Studio project.
    Alternatively download the "Corsican.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CorsicanBest
    Field Value
    Type Description
    OcrLanguage

    CorsicanFast

    Corsican OCR language. Performs OCR, reading documents of the Corsican (corsu, lingua corsa) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Corsican uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Corsican' from https://www.nuget.org/packages/IronOcr.Languages.Corsican/ to your Visual Studio project.
    Alternatively download the "Corsican.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CorsicanFast
    Field Value
    Type Description
    OcrLanguage

    Croatian

    Croatian OCR language. Performs OCR, reading documents of the Croatian (hrvatski jezik) language with an understanding of spelling and linguistic context.

    This Default variant of Croatian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Croatian' from https://www.nuget.org/packages/IronOcr.Languages.Croatian/ to your Visual Studio project.
    Alternatively download the "Croatian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Croatian
    Field Value
    Type Description
    OcrLanguage

    CroatianBest

    Croatian OCR language. Performs OCR, reading documents of the Croatian (hrvatski jezik) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Croatian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Croatian' from https://www.nuget.org/packages/IronOcr.Languages.Croatian/ to your Visual Studio project.
    Alternatively download the "Croatian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CroatianBest
    Field Value
    Type Description
    OcrLanguage

    CroatianFast

    Croatian OCR language. Performs OCR, reading documents of the Croatian (hrvatski jezik) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Croatian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Croatian' from https://www.nuget.org/packages/IronOcr.Languages.Croatian/ to your Visual Studio project.
    Alternatively download the "Croatian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CroatianFast
    Field Value
    Type Description
    OcrLanguage

    Custom

    A custom .traineddata language file is in use. Use the UseCustomTesseractLanguageFile(String) method to achieve this state.

    Declaration
    public const OcrLanguage Custom
    Field Value
    Type Description
    OcrLanguage

    CyrillicAlphabet

    Cyrillic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cyrillic Alphabet (Cyrillic scripts) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Cyrillic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cyrillic' from https://www.nuget.org/packages/IronOcr.Languages.Cyrillic/ to your Visual Studio project.
    Alternatively download the "Cyrillic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CyrillicAlphabet
    Field Value
    Type Description
    OcrLanguage

    CyrillicAlphabetBest

    Cyrillic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cyrillic Alphabet (Cyrillic scripts) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Cyrillic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cyrillic' from https://www.nuget.org/packages/IronOcr.Languages.Cyrillic/ to your Visual Studio project.
    Alternatively download the "Cyrillic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CyrillicAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    CyrillicAlphabetFast

    Cyrillic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Cyrillic Alphabet (Cyrillic scripts) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Cyrillic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Cyrillic' from https://www.nuget.org/packages/IronOcr.Languages.Cyrillic/ to your Visual Studio project.
    Alternatively download the "Cyrillic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CyrillicAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Czech

    Czech OCR language. Performs OCR, reading documents of the Czech (čeština, český jazyk) language with an understanding of spelling and linguistic context.

    This Default variant of Czech uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Czech' from https://www.nuget.org/packages/IronOcr.Languages.Czech/ to your Visual Studio project.
    Alternatively download the "Czech.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Czech
    Field Value
    Type Description
    OcrLanguage

    CzechBest

    Czech OCR language. Performs OCR, reading documents of the Czech (čeština, český jazyk) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Czech uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Czech' from https://www.nuget.org/packages/IronOcr.Languages.Czech/ to your Visual Studio project.
    Alternatively download the "Czech.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CzechBest
    Field Value
    Type Description
    OcrLanguage

    CzechFast

    Czech OCR language. Performs OCR, reading documents of the Czech (čeština, český jazyk) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Czech uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Czech' from https://www.nuget.org/packages/IronOcr.Languages.Czech/ to your Visual Studio project.
    Alternatively download the "Czech.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage CzechFast
    Field Value
    Type Description
    OcrLanguage

    Danish

    Danish OCR language. Performs OCR, reading documents of the Danish (dansk) language with an understanding of spelling and linguistic context.

    This Default variant of Danish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Danish' from https://www.nuget.org/packages/IronOcr.Languages.Danish/ to your Visual Studio project.
    Alternatively download the "Danish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Danish
    Field Value
    Type Description
    OcrLanguage

    DanishBest

    Danish OCR language. Performs OCR, reading documents of the Danish (dansk) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Danish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Danish' from https://www.nuget.org/packages/IronOcr.Languages.Danish/ to your Visual Studio project.
    Alternatively download the "Danish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DanishBest
    Field Value
    Type Description
    OcrLanguage

    DanishFast

    Danish OCR language. Performs OCR, reading documents of the Danish (dansk) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Danish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Danish' from https://www.nuget.org/packages/IronOcr.Languages.Danish/ to your Visual Studio project.
    Alternatively download the "Danish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DanishFast
    Field Value
    Type Description
    OcrLanguage

    DanishFraktur

    Danish Fraktur OCR language. Performs OCR, reading documents of the Danish Fraktur (dansk) language with an understanding of spelling and linguistic context.

    This Danish Fraktur OCR language pack uses only an OEM (shape recognition evolved from Tesseract 3) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Danish' from https://www.nuget.org/packages/IronOcr.Languages.Danish/ to your Visual Studio project.
    Alternatively download the "Danish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DanishFraktur
    Field Value
    Type Description
    OcrLanguage

    DevanagariAlphabet

    Devanagari Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Devanagari Alphabet (Nagair,देवनागरी) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Devanagari Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Devanagari' from https://www.nuget.org/packages/IronOcr.Languages.Devanagari/ to your Visual Studio project.
    Alternatively download the "Devanagari.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DevanagariAlphabet
    Field Value
    Type Description
    OcrLanguage

    DevanagariAlphabetBest

    Devanagari Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Devanagari Alphabet (Nagair,देवनागरी) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Devanagari Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Devanagari' from https://www.nuget.org/packages/IronOcr.Languages.Devanagari/ to your Visual Studio project.
    Alternatively download the "Devanagari.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DevanagariAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    DevanagariAlphabetFast

    Devanagari Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Devanagari Alphabet (Nagair,देवनागरी) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Devanagari Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Devanagari' from https://www.nuget.org/packages/IronOcr.Languages.Devanagari/ to your Visual Studio project.
    Alternatively download the "Devanagari.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DevanagariAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Divehi

    Divehi OCR language. Performs OCR, reading documents of the Divehi (ދިވެހި) language with an understanding of spelling and linguistic context.

    This Default variant of Divehi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Divehi' from https://www.nuget.org/packages/IronOcr.Languages.Divehi/ to your Visual Studio project.
    Alternatively download the "Divehi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Divehi
    Field Value
    Type Description
    OcrLanguage

    DivehiBest

    Divehi OCR language. Performs OCR, reading documents of the Divehi (ދިވެހި) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Divehi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Divehi' from https://www.nuget.org/packages/IronOcr.Languages.Divehi/ to your Visual Studio project.
    Alternatively download the "Divehi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DivehiBest
    Field Value
    Type Description
    OcrLanguage

    DivehiFast

    Divehi OCR language. Performs OCR, reading documents of the Divehi (ދިވެހި) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Divehi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Divehi' from https://www.nuget.org/packages/IronOcr.Languages.Divehi/ to your Visual Studio project.
    Alternatively download the "Divehi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DivehiFast
    Field Value
    Type Description
    OcrLanguage

    Dutch

    Dutch OCR language. Performs OCR, reading documents of the Dutch (Nederlands, Vlaams) language with an understanding of spelling and linguistic context.

    This Default variant of Dutch uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dutch' from https://www.nuget.org/packages/IronOcr.Languages.Dutch/ to your Visual Studio project.
    Alternatively download the "Dutch.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Dutch
    Field Value
    Type Description
    OcrLanguage

    DutchBest

    Dutch OCR language. Performs OCR, reading documents of the Dutch (Nederlands, Vlaams) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Dutch uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dutch' from https://www.nuget.org/packages/IronOcr.Languages.Dutch/ to your Visual Studio project.
    Alternatively download the "Dutch.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DutchBest
    Field Value
    Type Description
    OcrLanguage

    DutchFast

    Dutch OCR language. Performs OCR, reading documents of the Dutch (Nederlands, Vlaams) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Dutch uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dutch' from https://www.nuget.org/packages/IronOcr.Languages.Dutch/ to your Visual Studio project.
    Alternatively download the "Dutch.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DutchFast
    Field Value
    Type Description
    OcrLanguage

    Dzongkha

    Dzongkha OCR language. Performs OCR, reading documents of the Dzongkha (རྫོང་ཁ) language with an understanding of spelling and linguistic context.

    This Default variant of Dzongkha uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dzongkha' from https://www.nuget.org/packages/IronOcr.Languages.Dzongkha/ to your Visual Studio project.
    Alternatively download the "Dzongkha.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Dzongkha
    Field Value
    Type Description
    OcrLanguage

    DzongkhaBest

    Dzongkha OCR language. Performs OCR, reading documents of the Dzongkha (རྫོང་ཁ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Dzongkha uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dzongkha' from https://www.nuget.org/packages/IronOcr.Languages.Dzongkha/ to your Visual Studio project.
    Alternatively download the "Dzongkha.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DzongkhaBest
    Field Value
    Type Description
    OcrLanguage

    DzongkhaFast

    Dzongkha OCR language. Performs OCR, reading documents of the Dzongkha (རྫོང་ཁ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Dzongkha uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Dzongkha' from https://www.nuget.org/packages/IronOcr.Languages.Dzongkha/ to your Visual Studio project.
    Alternatively download the "Dzongkha.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage DzongkhaFast
    Field Value
    Type Description
    OcrLanguage

    English

    English OCR language. Performs OCR, reading documents of the English language with an understanding of spelling and linguistic context.

    Installed Automatically with IronOCR as the default Language

    This Default variant of English uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.English' from https://www.nuget.org/packages/IronOcr.Languages.English/ to your Visual Studio project.
    Alternatively download the "English.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage English
    Field Value
    Type Description
    OcrLanguage

    EnglishBest

    English OCR language. Performs OCR, reading documents of the English language with an understanding of spelling and linguistic context.

    Installed Automatically with IronOCR as the default Language

    This 'Best' (detailed) variant of English uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.English' from https://www.nuget.org/packages/IronOcr.Languages.English/ to your Visual Studio project.
    Alternatively download the "English.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EnglishBest
    Field Value
    Type Description
    OcrLanguage

    EnglishFast

    English OCR language. Performs OCR, reading documents of the English language with an understanding of spelling and linguistic context.

    Installed Automatically with IronOCR as the default Language

    This 'Fast' variant of English uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.English' from https://www.nuget.org/packages/IronOcr.Languages.English/ to your Visual Studio project.
    Alternatively download the "English.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EnglishFast
    Field Value
    Type Description
    OcrLanguage

    Esperanto

    Esperanto OCR language. Performs OCR, reading documents of the Esperanto language with an understanding of spelling and linguistic context.

    This Default variant of Esperanto uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Esperanto' from https://www.nuget.org/packages/IronOcr.Languages.Esperanto/ to your Visual Studio project.
    Alternatively download the "Esperanto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Esperanto
    Field Value
    Type Description
    OcrLanguage

    EsperantoBest

    Esperanto OCR language. Performs OCR, reading documents of the Esperanto language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Esperanto uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Esperanto' from https://www.nuget.org/packages/IronOcr.Languages.Esperanto/ to your Visual Studio project.
    Alternatively download the "Esperanto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EsperantoBest
    Field Value
    Type Description
    OcrLanguage

    EsperantoFast

    Esperanto OCR language. Performs OCR, reading documents of the Esperanto language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Esperanto uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Esperanto' from https://www.nuget.org/packages/IronOcr.Languages.Esperanto/ to your Visual Studio project.
    Alternatively download the "Esperanto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EsperantoFast
    Field Value
    Type Description
    OcrLanguage

    Estonian

    Estonian OCR language. Performs OCR, reading documents of the Estonian (eesti, eesti keel) language with an understanding of spelling and linguistic context.

    This Default variant of Estonian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Estonian' from https://www.nuget.org/packages/IronOcr.Languages.Estonian/ to your Visual Studio project.
    Alternatively download the "Estonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Estonian
    Field Value
    Type Description
    OcrLanguage

    EstonianBest

    Estonian OCR language. Performs OCR, reading documents of the Estonian (eesti, eesti keel) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Estonian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Estonian' from https://www.nuget.org/packages/IronOcr.Languages.Estonian/ to your Visual Studio project.
    Alternatively download the "Estonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EstonianBest
    Field Value
    Type Description
    OcrLanguage

    EstonianFast

    Estonian OCR language. Performs OCR, reading documents of the Estonian (eesti, eesti keel) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Estonian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Estonian' from https://www.nuget.org/packages/IronOcr.Languages.Estonian/ to your Visual Studio project.
    Alternatively download the "Estonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EstonianFast
    Field Value
    Type Description
    OcrLanguage

    EthiopicAlphabet

    Ethiopic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Ethiopic Alphabet (Ge'ez,ግዕዝ, Gəʿəz) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Ethiopic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ethiopic' from https://www.nuget.org/packages/IronOcr.Languages.Ethiopic/ to your Visual Studio project.
    Alternatively download the "Ethiopic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EthiopicAlphabet
    Field Value
    Type Description
    OcrLanguage

    EthiopicAlphabetBest

    Ethiopic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Ethiopic Alphabet (Ge'ez,ግዕዝ, Gəʿəz) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Ethiopic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ethiopic' from https://www.nuget.org/packages/IronOcr.Languages.Ethiopic/ to your Visual Studio project.
    Alternatively download the "Ethiopic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EthiopicAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    EthiopicAlphabetFast

    Ethiopic Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Ethiopic Alphabet (Ge'ez,ግዕዝ, Gəʿəz) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Ethiopic Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ethiopic' from https://www.nuget.org/packages/IronOcr.Languages.Ethiopic/ to your Visual Studio project.
    Alternatively download the "Ethiopic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage EthiopicAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Faroese

    Faroese OCR language. Performs OCR, reading documents of the Faroese (føroyskt) language with an understanding of spelling and linguistic context.

    This Default variant of Faroese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Faroese' from https://www.nuget.org/packages/IronOcr.Languages.Faroese/ to your Visual Studio project.
    Alternatively download the "Faroese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Faroese
    Field Value
    Type Description
    OcrLanguage

    FaroeseBest

    Faroese OCR language. Performs OCR, reading documents of the Faroese (føroyskt) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Faroese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Faroese' from https://www.nuget.org/packages/IronOcr.Languages.Faroese/ to your Visual Studio project.
    Alternatively download the "Faroese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FaroeseBest
    Field Value
    Type Description
    OcrLanguage

    FaroeseFast

    Faroese OCR language. Performs OCR, reading documents of the Faroese (føroyskt) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Faroese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Faroese' from https://www.nuget.org/packages/IronOcr.Languages.Faroese/ to your Visual Studio project.
    Alternatively download the "Faroese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FaroeseFast
    Field Value
    Type Description
    OcrLanguage

    Filipino

    Filipino OCR language. Performs OCR, reading documents of the Filipino (National Language of the Philippines, Standardized Tagalog) language with an understanding of spelling and linguistic context.

    This Default variant of Filipino uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Filipino' from https://www.nuget.org/packages/IronOcr.Languages.Filipino/ to your Visual Studio project.
    Alternatively download the "Filipino.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Filipino
    Field Value
    Type Description
    OcrLanguage

    FilipinoBest

    Filipino OCR language. Performs OCR, reading documents of the Filipino (National Language of the Philippines, Standardized Tagalog) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Filipino uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Filipino' from https://www.nuget.org/packages/IronOcr.Languages.Filipino/ to your Visual Studio project.
    Alternatively download the "Filipino.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FilipinoBest
    Field Value
    Type Description
    OcrLanguage

    FilipinoFast

    Filipino OCR language. Performs OCR, reading documents of the Filipino (National Language of the Philippines, Standardized Tagalog) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Filipino uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Filipino' from https://www.nuget.org/packages/IronOcr.Languages.Filipino/ to your Visual Studio project.
    Alternatively download the "Filipino.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FilipinoFast
    Field Value
    Type Description
    OcrLanguage

    Financial

    Financial OCR language. Performs OCR, reading documents of the Financial (Financial, Numerical and Technical Documents) language with an understanding of spelling and linguistic context.

    This Financial OCR language pack uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Financial' from https://www.nuget.org/packages/IronOcr.Languages.Financial/ to your Visual Studio project.
    Alternatively download the "Financial.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Financial
    Field Value
    Type Description
    OcrLanguage

    Finnish

    Finnish OCR language. Performs OCR, reading documents of the Finnish (suomi, suomen kieli) language with an understanding of spelling and linguistic context.

    This Default variant of Finnish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Finnish' from https://www.nuget.org/packages/IronOcr.Languages.Finnish/ to your Visual Studio project.
    Alternatively download the "Finnish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Finnish
    Field Value
    Type Description
    OcrLanguage

    FinnishBest

    Finnish OCR language. Performs OCR, reading documents of the Finnish (suomi, suomen kieli) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Finnish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Finnish' from https://www.nuget.org/packages/IronOcr.Languages.Finnish/ to your Visual Studio project.
    Alternatively download the "Finnish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FinnishBest
    Field Value
    Type Description
    OcrLanguage

    FinnishFast

    Finnish OCR language. Performs OCR, reading documents of the Finnish (suomi, suomen kieli) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Finnish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Finnish' from https://www.nuget.org/packages/IronOcr.Languages.Finnish/ to your Visual Studio project.
    Alternatively download the "Finnish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FinnishFast
    Field Value
    Type Description
    OcrLanguage

    FrakturAlphabet

    Fraktur Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Fraktur Alphabet (Generic Fraktur, Calligraphic hand of the Latin alphabet) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Fraktur Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Fraktur' from https://www.nuget.org/packages/IronOcr.Languages.Fraktur/ to your Visual Studio project.
    Alternatively download the "Fraktur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrakturAlphabet
    Field Value
    Type Description
    OcrLanguage

    FrakturAlphabetBest

    Fraktur Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Fraktur Alphabet (Generic Fraktur, Calligraphic hand of the Latin alphabet) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Fraktur Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Fraktur' from https://www.nuget.org/packages/IronOcr.Languages.Fraktur/ to your Visual Studio project.
    Alternatively download the "Fraktur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrakturAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    FrakturAlphabetFast

    Fraktur Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Fraktur Alphabet (Generic Fraktur, Calligraphic hand of the Latin alphabet) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Fraktur Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Fraktur' from https://www.nuget.org/packages/IronOcr.Languages.Fraktur/ to your Visual Studio project.
    Alternatively download the "Fraktur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrakturAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Frankish

    Frankish OCR language. Performs OCR, reading documents of the Frankish (Frenkisk, Old Franconian) language with an understanding of spelling and linguistic context.

    This Default variant of Frankish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Frankish' from https://www.nuget.org/packages/IronOcr.Languages.Frankish/ to your Visual Studio project.
    Alternatively download the "Frankish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Frankish
    Field Value
    Type Description
    OcrLanguage

    FrankishBest

    Frankish OCR language. Performs OCR, reading documents of the Frankish (Frenkisk, Old Franconian) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Frankish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Frankish' from https://www.nuget.org/packages/IronOcr.Languages.Frankish/ to your Visual Studio project.
    Alternatively download the "Frankish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrankishBest
    Field Value
    Type Description
    OcrLanguage

    FrankishFast

    Frankish OCR language. Performs OCR, reading documents of the Frankish (Frenkisk, Old Franconian) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Frankish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Frankish' from https://www.nuget.org/packages/IronOcr.Languages.Frankish/ to your Visual Studio project.
    Alternatively download the "Frankish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrankishFast
    Field Value
    Type Description
    OcrLanguage

    French

    French OCR language. Performs OCR, reading documents of the French (français, langue française) language with an understanding of spelling and linguistic context.

    This Default variant of French uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.French' from https://www.nuget.org/packages/IronOcr.Languages.French/ to your Visual Studio project.
    Alternatively download the "French.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage French
    Field Value
    Type Description
    OcrLanguage

    FrenchBest

    French OCR language. Performs OCR, reading documents of the French (français, langue française) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of French uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.French' from https://www.nuget.org/packages/IronOcr.Languages.French/ to your Visual Studio project.
    Alternatively download the "French.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrenchBest
    Field Value
    Type Description
    OcrLanguage

    FrenchFast

    French OCR language. Performs OCR, reading documents of the French (français, langue française) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of French uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.French' from https://www.nuget.org/packages/IronOcr.Languages.French/ to your Visual Studio project.
    Alternatively download the "French.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage FrenchFast
    Field Value
    Type Description
    OcrLanguage

    Galician

    Galician OCR language. Performs OCR, reading documents of the Galician (galego) language with an understanding of spelling and linguistic context.

    This Default variant of Galician uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Galician' from https://www.nuget.org/packages/IronOcr.Languages.Galician/ to your Visual Studio project.
    Alternatively download the "Galician.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Galician
    Field Value
    Type Description
    OcrLanguage

    GalicianBest

    Galician OCR language. Performs OCR, reading documents of the Galician (galego) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Galician uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Galician' from https://www.nuget.org/packages/IronOcr.Languages.Galician/ to your Visual Studio project.
    Alternatively download the "Galician.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GalicianBest
    Field Value
    Type Description
    OcrLanguage

    GalicianFast

    Galician OCR language. Performs OCR, reading documents of the Galician (galego) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Galician uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Galician' from https://www.nuget.org/packages/IronOcr.Languages.Galician/ to your Visual Studio project.
    Alternatively download the "Galician.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GalicianFast
    Field Value
    Type Description
    OcrLanguage

    Georgian

    Georgian OCR language. Performs OCR, reading documents of the Georgian (ქართული) language with an understanding of spelling and linguistic context.

    This Default variant of Georgian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Georgian
    Field Value
    Type Description
    OcrLanguage

    GeorgianAlphabet

    Georgian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Georgian Alphabet (ქართული) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Georgian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianAlphabet
    Field Value
    Type Description
    OcrLanguage

    GeorgianAlphabetBest

    Georgian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Georgian Alphabet (ქართული) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Georgian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    GeorgianAlphabetFast

    Georgian Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Georgian Alphabet (ქართული) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Georgian Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    GeorgianBest

    Georgian OCR language. Performs OCR, reading documents of the Georgian (ქართული) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Georgian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianBest
    Field Value
    Type Description
    OcrLanguage

    GeorgianFast

    Georgian OCR language. Performs OCR, reading documents of the Georgian (ქართული) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Georgian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianFast
    Field Value
    Type Description
    OcrLanguage

    GeorgianOld

    Georgian Old OCR language. Performs OCR, reading documents of the Georgian Old (ქართული) language with an understanding of spelling and linguistic context.

    This Default variant of Georgian Old uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianOld
    Field Value
    Type Description
    OcrLanguage

    GeorgianOldBest

    Georgian Old OCR language. Performs OCR, reading documents of the Georgian Old (ქართული) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Georgian Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianOldBest
    Field Value
    Type Description
    OcrLanguage

    GeorgianOldFast

    Georgian Old OCR language. Performs OCR, reading documents of the Georgian Old (ქართული) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Georgian Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Georgian' from https://www.nuget.org/packages/IronOcr.Languages.Georgian/ to your Visual Studio project.
    Alternatively download the "Georgian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GeorgianOldFast
    Field Value
    Type Description
    OcrLanguage

    German

    German OCR language. Performs OCR, reading documents of the German (Deutsch) language with an understanding of spelling and linguistic context.

    This Default variant of German uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.German' from https://www.nuget.org/packages/IronOcr.Languages.German/ to your Visual Studio project.
    Alternatively download the "German.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage German
    Field Value
    Type Description
    OcrLanguage

    GermanBest

    German OCR language. Performs OCR, reading documents of the German (Deutsch) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of German uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.German' from https://www.nuget.org/packages/IronOcr.Languages.German/ to your Visual Studio project.
    Alternatively download the "German.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GermanBest
    Field Value
    Type Description
    OcrLanguage

    GermanFast

    German OCR language. Performs OCR, reading documents of the German (Deutsch) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of German uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.German' from https://www.nuget.org/packages/IronOcr.Languages.German/ to your Visual Studio project.
    Alternatively download the "German.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GermanFast
    Field Value
    Type Description
    OcrLanguage

    GermanFraktur

    German Fraktur OCR language. Performs OCR, reading documents of the German Fraktur (Deutsch) language with an understanding of spelling and linguistic context.

    This German Fraktur OCR language pack uses only an OEM (shape recognition evolved from Tesseract 3) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.German' from https://www.nuget.org/packages/IronOcr.Languages.German/ to your Visual Studio project.
    Alternatively download the "German.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GermanFraktur
    Field Value
    Type Description
    OcrLanguage

    Greek

    Greek OCR language. Performs OCR, reading documents of the Greek (ελληνικά) language with an understanding of spelling and linguistic context.

    This Default variant of Greek uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Greek
    Field Value
    Type Description
    OcrLanguage

    GreekAlphabet

    Greek Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Greek Alphabet (ελληνικά) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Greek Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GreekAlphabet
    Field Value
    Type Description
    OcrLanguage

    GreekAlphabetBest

    Greek Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Greek Alphabet (ελληνικά) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Greek Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GreekAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    GreekAlphabetFast

    Greek Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Greek Alphabet (ελληνικά) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Greek Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GreekAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    GreekBest

    Greek OCR language. Performs OCR, reading documents of the Greek (ελληνικά) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Greek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GreekBest
    Field Value
    Type Description
    OcrLanguage

    GreekFast

    Greek OCR language. Performs OCR, reading documents of the Greek (ελληνικά) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Greek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Greek' from https://www.nuget.org/packages/IronOcr.Languages.Greek/ to your Visual Studio project.
    Alternatively download the "Greek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GreekFast
    Field Value
    Type Description
    OcrLanguage

    Gujarati

    Gujarati OCR language. Performs OCR, reading documents of the Gujarati (ગુજરાતી) language with an understanding of spelling and linguistic context.

    This Default variant of Gujarati uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Gujarati
    Field Value
    Type Description
    OcrLanguage

    GujaratiAlphabet

    Gujarati Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gujarati Alphabet (ગુજરાતી) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Gujarati Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GujaratiAlphabet
    Field Value
    Type Description
    OcrLanguage

    GujaratiAlphabetBest

    Gujarati Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gujarati Alphabet (ગુજરાતી) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Gujarati Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GujaratiAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    GujaratiAlphabetFast

    Gujarati Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gujarati Alphabet (ગુજરાતી) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Gujarati Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GujaratiAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    GujaratiBest

    Gujarati OCR language. Performs OCR, reading documents of the Gujarati (ગુજરાતી) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Gujarati uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GujaratiBest
    Field Value
    Type Description
    OcrLanguage

    GujaratiFast

    Gujarati OCR language. Performs OCR, reading documents of the Gujarati (ગુજરાતી) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Gujarati uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gujarati' from https://www.nuget.org/packages/IronOcr.Languages.Gujarati/ to your Visual Studio project.
    Alternatively download the "Gujarati.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GujaratiFast
    Field Value
    Type Description
    OcrLanguage

    GurmukhiAlphabet

    Gurmukhi Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gurmukhi Alphabet (Gurmukhī, ਗੁਰਮੁਖੀ, Shahmukhi, گُرمُکھی‎, Sihk Script) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Gurmukhi Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gurmukhi' from https://www.nuget.org/packages/IronOcr.Languages.Gurmukhi/ to your Visual Studio project.
    Alternatively download the "Gurmukhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GurmukhiAlphabet
    Field Value
    Type Description
    OcrLanguage

    GurmukhiAlphabetBest

    Gurmukhi Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gurmukhi Alphabet (Gurmukhī, ਗੁਰਮੁਖੀ, Shahmukhi, گُرمُکھی‎, Sihk Script) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Gurmukhi Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gurmukhi' from https://www.nuget.org/packages/IronOcr.Languages.Gurmukhi/ to your Visual Studio project.
    Alternatively download the "Gurmukhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GurmukhiAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    GurmukhiAlphabetFast

    Gurmukhi Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Gurmukhi Alphabet (Gurmukhī, ਗੁਰਮੁਖੀ, Shahmukhi, گُرمُکھی‎, Sihk Script) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Gurmukhi Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Gurmukhi' from https://www.nuget.org/packages/IronOcr.Languages.Gurmukhi/ to your Visual Studio project.
    Alternatively download the "Gurmukhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage GurmukhiAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Haitian

    Haitian OCR language. Performs OCR, reading documents of the Haitian (Kreyòl ayisyen) language with an understanding of spelling and linguistic context.

    This Default variant of Haitian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Haitian' from https://www.nuget.org/packages/IronOcr.Languages.Haitian/ to your Visual Studio project.
    Alternatively download the "Haitian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Haitian
    Field Value
    Type Description
    OcrLanguage

    HaitianBest

    Haitian OCR language. Performs OCR, reading documents of the Haitian (Kreyòl ayisyen) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Haitian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Haitian' from https://www.nuget.org/packages/IronOcr.Languages.Haitian/ to your Visual Studio project.
    Alternatively download the "Haitian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HaitianBest
    Field Value
    Type Description
    OcrLanguage

    HaitianFast

    Haitian OCR language. Performs OCR, reading documents of the Haitian (Kreyòl ayisyen) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Haitian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Haitian' from https://www.nuget.org/packages/IronOcr.Languages.Haitian/ to your Visual Studio project.
    Alternatively download the "Haitian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HaitianFast
    Field Value
    Type Description
    OcrLanguage

    HangulAlphabet

    Hangul Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Hangul Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulAlphabet
    Field Value
    Type Description
    OcrLanguage

    HangulAlphabetBest

    Hangul Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Hangul Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HangulAlphabetFast

    Hangul Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Hangul Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HangulVerticalAlphabet

    Hangul Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Vertical Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Hangul Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulVerticalAlphabet
    Field Value
    Type Description
    OcrLanguage

    HangulVerticalAlphabetBest

    Hangul Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Vertical Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Hangul Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulVerticalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HangulVerticalAlphabetFast

    Hangul Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hangul Vertical Alphabet (Korean Alphabet,한글,Hangeul,조선글,hosŏn'gŭl) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Hangul Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hangul' from https://www.nuget.org/packages/IronOcr.Languages.Hangul/ to your Visual Studio project.
    Alternatively download the "Hangul.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HangulVerticalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedAlphabet

    Han Simplified Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Han Simplified Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedAlphabet
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedAlphabetBest

    Han Simplified Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Han Simplified Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedAlphabetFast

    Han Simplified Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Han Simplified Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedVerticalAlphabet

    Han Simplified Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Han Simplified Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedVerticalAlphabet
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedVerticalAlphabetBest

    Han Simplified Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Han Simplified Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedVerticalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HanSimplifiedVerticalAlphabetFast

    Han Simplified Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Simplified Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Han Simplified Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanSimplifiedVerticalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalAlphabet

    Han Traditional Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Han Traditional Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalAlphabet
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalAlphabetBest

    Han Traditional Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Han Traditional Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalAlphabetFast

    Han Traditional Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Han Traditional Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalVerticalAlphabet

    Han Traditional Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Han Traditional Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalVerticalAlphabet
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalVerticalAlphabetBest

    Han Traditional Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Han Traditional Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalVerticalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HanTraditionalVerticalAlphabetFast

    Han Traditional Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Han Traditional Vertical Alphabet (Samhan ,한어, 韓語) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Han Traditional Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Han' from https://www.nuget.org/packages/IronOcr.Languages.Han/ to your Visual Studio project.
    Alternatively download the "Han.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HanTraditionalVerticalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Hebrew

    Hebrew OCR language. Performs OCR, reading documents of the Hebrew (עברית) language with an understanding of spelling and linguistic context.

    This Default variant of Hebrew uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Hebrew
    Field Value
    Type Description
    OcrLanguage

    HebrewAlphabet

    Hebrew Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hebrew Alphabet (עברית) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Hebrew Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HebrewAlphabet
    Field Value
    Type Description
    OcrLanguage

    HebrewAlphabetBest

    Hebrew Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hebrew Alphabet (עברית) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Hebrew Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HebrewAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    HebrewAlphabetFast

    Hebrew Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Hebrew Alphabet (עברית) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Hebrew Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HebrewAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    HebrewBest

    Hebrew OCR language. Performs OCR, reading documents of the Hebrew (עברית) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Hebrew uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HebrewBest
    Field Value
    Type Description
    OcrLanguage

    HebrewFast

    Hebrew OCR language. Performs OCR, reading documents of the Hebrew (עברית) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Hebrew uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hebrew' from https://www.nuget.org/packages/IronOcr.Languages.Hebrew/ to your Visual Studio project.
    Alternatively download the "Hebrew.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HebrewFast
    Field Value
    Type Description
    OcrLanguage

    Hindi

    Hindi OCR language. Performs OCR, reading documents of the Hindi (हिन्दी, हिंदी) language with an understanding of spelling and linguistic context.

    This Default variant of Hindi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hindi' from https://www.nuget.org/packages/IronOcr.Languages.Hindi/ to your Visual Studio project.
    Alternatively download the "Hindi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Hindi
    Field Value
    Type Description
    OcrLanguage

    HindiBest

    Hindi OCR language. Performs OCR, reading documents of the Hindi (हिन्दी, हिंदी) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Hindi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hindi' from https://www.nuget.org/packages/IronOcr.Languages.Hindi/ to your Visual Studio project.
    Alternatively download the "Hindi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HindiBest
    Field Value
    Type Description
    OcrLanguage

    HindiFast

    Hindi OCR language. Performs OCR, reading documents of the Hindi (हिन्दी, हिंदी) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Hindi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hindi' from https://www.nuget.org/packages/IronOcr.Languages.Hindi/ to your Visual Studio project.
    Alternatively download the "Hindi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HindiFast
    Field Value
    Type Description
    OcrLanguage

    Hungarian

    Hungarian OCR language. Performs OCR, reading documents of the Hungarian (magyar) language with an understanding of spelling and linguistic context.

    This Default variant of Hungarian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hungarian' from https://www.nuget.org/packages/IronOcr.Languages.Hungarian/ to your Visual Studio project.
    Alternatively download the "Hungarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Hungarian
    Field Value
    Type Description
    OcrLanguage

    HungarianBest

    Hungarian OCR language. Performs OCR, reading documents of the Hungarian (magyar) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Hungarian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hungarian' from https://www.nuget.org/packages/IronOcr.Languages.Hungarian/ to your Visual Studio project.
    Alternatively download the "Hungarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HungarianBest
    Field Value
    Type Description
    OcrLanguage

    HungarianFast

    Hungarian OCR language. Performs OCR, reading documents of the Hungarian (magyar) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Hungarian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Hungarian' from https://www.nuget.org/packages/IronOcr.Languages.Hungarian/ to your Visual Studio project.
    Alternatively download the "Hungarian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage HungarianFast
    Field Value
    Type Description
    OcrLanguage

    Icelandic

    Icelandic OCR language. Performs OCR, reading documents of the Icelandic (Íslenska) language with an understanding of spelling and linguistic context.

    This Default variant of Icelandic uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Icelandic' from https://www.nuget.org/packages/IronOcr.Languages.Icelandic/ to your Visual Studio project.
    Alternatively download the "Icelandic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Icelandic
    Field Value
    Type Description
    OcrLanguage

    IcelandicBest

    Icelandic OCR language. Performs OCR, reading documents of the Icelandic (Íslenska) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Icelandic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Icelandic' from https://www.nuget.org/packages/IronOcr.Languages.Icelandic/ to your Visual Studio project.
    Alternatively download the "Icelandic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IcelandicBest
    Field Value
    Type Description
    OcrLanguage

    IcelandicFast

    Icelandic OCR language. Performs OCR, reading documents of the Icelandic (Íslenska) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Icelandic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Icelandic' from https://www.nuget.org/packages/IronOcr.Languages.Icelandic/ to your Visual Studio project.
    Alternatively download the "Icelandic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IcelandicFast
    Field Value
    Type Description
    OcrLanguage

    Indonesian

    Indonesian OCR language. Performs OCR, reading documents of the Indonesian (Bahasa Indonesia) language with an understanding of spelling and linguistic context.

    This Default variant of Indonesian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Indonesian' from https://www.nuget.org/packages/IronOcr.Languages.Indonesian/ to your Visual Studio project.
    Alternatively download the "Indonesian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Indonesian
    Field Value
    Type Description
    OcrLanguage

    IndonesianBest

    Indonesian OCR language. Performs OCR, reading documents of the Indonesian (Bahasa Indonesia) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Indonesian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Indonesian' from https://www.nuget.org/packages/IronOcr.Languages.Indonesian/ to your Visual Studio project.
    Alternatively download the "Indonesian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IndonesianBest
    Field Value
    Type Description
    OcrLanguage

    IndonesianFast

    Indonesian OCR language. Performs OCR, reading documents of the Indonesian (Bahasa Indonesia) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Indonesian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Indonesian' from https://www.nuget.org/packages/IronOcr.Languages.Indonesian/ to your Visual Studio project.
    Alternatively download the "Indonesian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IndonesianFast
    Field Value
    Type Description
    OcrLanguage

    Inuktitut

    Inuktitut OCR language. Performs OCR, reading documents of the Inuktitut (ᐃᓄᒃᑎᑐᑦ) language with an understanding of spelling and linguistic context.

    This Default variant of Inuktitut uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Inuktitut' from https://www.nuget.org/packages/IronOcr.Languages.Inuktitut/ to your Visual Studio project.
    Alternatively download the "Inuktitut.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Inuktitut
    Field Value
    Type Description
    OcrLanguage

    InuktitutBest

    Inuktitut OCR language. Performs OCR, reading documents of the Inuktitut (ᐃᓄᒃᑎᑐᑦ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Inuktitut uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Inuktitut' from https://www.nuget.org/packages/IronOcr.Languages.Inuktitut/ to your Visual Studio project.
    Alternatively download the "Inuktitut.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage InuktitutBest
    Field Value
    Type Description
    OcrLanguage

    InuktitutFast

    Inuktitut OCR language. Performs OCR, reading documents of the Inuktitut (ᐃᓄᒃᑎᑐᑦ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Inuktitut uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Inuktitut' from https://www.nuget.org/packages/IronOcr.Languages.Inuktitut/ to your Visual Studio project.
    Alternatively download the "Inuktitut.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage InuktitutFast
    Field Value
    Type Description
    OcrLanguage

    Irish

    Irish OCR language. Performs OCR, reading documents of the Irish (Gaeilge) language with an understanding of spelling and linguistic context.

    This Default variant of Irish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Irish' from https://www.nuget.org/packages/IronOcr.Languages.Irish/ to your Visual Studio project.
    Alternatively download the "Irish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Irish
    Field Value
    Type Description
    OcrLanguage

    IrishBest

    Irish OCR language. Performs OCR, reading documents of the Irish (Gaeilge) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Irish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Irish' from https://www.nuget.org/packages/IronOcr.Languages.Irish/ to your Visual Studio project.
    Alternatively download the "Irish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IrishBest
    Field Value
    Type Description
    OcrLanguage

    IrishFast

    Irish OCR language. Performs OCR, reading documents of the Irish (Gaeilge) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Irish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Irish' from https://www.nuget.org/packages/IronOcr.Languages.Irish/ to your Visual Studio project.
    Alternatively download the "Irish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage IrishFast
    Field Value
    Type Description
    OcrLanguage

    Italian

    Italian OCR language. Performs OCR, reading documents of the Italian (italiano) language with an understanding of spelling and linguistic context.

    This Default variant of Italian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Italian
    Field Value
    Type Description
    OcrLanguage

    ItalianBest

    Italian OCR language. Performs OCR, reading documents of the Italian (italiano) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Italian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ItalianBest
    Field Value
    Type Description
    OcrLanguage

    ItalianFast

    Italian OCR language. Performs OCR, reading documents of the Italian (italiano) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Italian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ItalianFast
    Field Value
    Type Description
    OcrLanguage

    ItalianOld

    Italian Old OCR language. Performs OCR, reading documents of the Italian Old (italiano) language with an understanding of spelling and linguistic context.

    This Default variant of Italian Old uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ItalianOld
    Field Value
    Type Description
    OcrLanguage

    ItalianOldBest

    Italian Old OCR language. Performs OCR, reading documents of the Italian Old (italiano) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Italian Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ItalianOldBest
    Field Value
    Type Description
    OcrLanguage

    ItalianOldFast

    Italian Old OCR language. Performs OCR, reading documents of the Italian Old (italiano) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Italian Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Italian' from https://www.nuget.org/packages/IronOcr.Languages.Italian/ to your Visual Studio project.
    Alternatively download the "Italian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ItalianOldFast
    Field Value
    Type Description
    OcrLanguage

    Japanese

    Japanese OCR language. Performs OCR, reading documents of the Japanese [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This Default variant of Japanese uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Japanese
    Field Value
    Type Description
    OcrLanguage

    JapaneseAlphabet

    Japanese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Japanese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseAlphabet
    Field Value
    Type Description
    OcrLanguage

    JapaneseAlphabetBest

    Japanese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Japanese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    JapaneseAlphabetFast

    Japanese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Japanese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    JapaneseBest

    Japanese OCR language. Performs OCR, reading documents of the Japanese [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Japanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseBest
    Field Value
    Type Description
    OcrLanguage

    JapaneseFast

    Japanese OCR language. Performs OCR, reading documents of the Japanese [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Japanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseFast
    Field Value
    Type Description
    OcrLanguage

    JapaneseVertical

    Japanese Vertical OCR language. Performs OCR, reading documents of the Japanese Vertical [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This Default variant of Japanese Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVertical
    Field Value
    Type Description
    OcrLanguage

    JapaneseVerticalAlphabet

    Japanese Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Vertical Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Japanese Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVerticalAlphabet
    Field Value
    Type Description
    OcrLanguage

    JapaneseVerticalAlphabetBest

    Japanese Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Vertical Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Japanese Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVerticalAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    JapaneseVerticalAlphabetFast

    Japanese Vertical Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Japanese Vertical Alphabet [日本語 (にほんご)] languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Japanese Vertical Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVerticalAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    JapaneseVerticalBest

    Japanese Vertical OCR language. Performs OCR, reading documents of the Japanese Vertical [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Japanese Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVerticalBest
    Field Value
    Type Description
    OcrLanguage

    JapaneseVerticalFast

    Japanese Vertical OCR language. Performs OCR, reading documents of the Japanese Vertical [日本語 (にほんご)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Japanese Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Japanese' from https://www.nuget.org/packages/IronOcr.Languages.Japanese/ to your Visual Studio project.
    Alternatively download the "Japanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JapaneseVerticalFast
    Field Value
    Type Description
    OcrLanguage

    Javanese

    Javanese OCR language. Performs OCR, reading documents of the Javanese (basa Jawa) language with an understanding of spelling and linguistic context.

    This Default variant of Javanese uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Javanese' from https://www.nuget.org/packages/IronOcr.Languages.Javanese/ to your Visual Studio project.
    Alternatively download the "Javanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Javanese
    Field Value
    Type Description
    OcrLanguage

    JavaneseBest

    Javanese OCR language. Performs OCR, reading documents of the Javanese (basa Jawa) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Javanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Javanese' from https://www.nuget.org/packages/IronOcr.Languages.Javanese/ to your Visual Studio project.
    Alternatively download the "Javanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JavaneseBest
    Field Value
    Type Description
    OcrLanguage

    JavaneseFast

    Javanese OCR language. Performs OCR, reading documents of the Javanese (basa Jawa) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Javanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Javanese' from https://www.nuget.org/packages/IronOcr.Languages.Javanese/ to your Visual Studio project.
    Alternatively download the "Javanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage JavaneseFast
    Field Value
    Type Description
    OcrLanguage

    Kannada

    Kannada OCR language. Performs OCR, reading documents of the Kannada (ಕನ್ನಡ) language with an understanding of spelling and linguistic context.

    This Default variant of Kannada uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Kannada
    Field Value
    Type Description
    OcrLanguage

    KannadaAlphabet

    Kannada Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Kannada Alphabet (ಕನ್ನಡ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Kannada Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KannadaAlphabet
    Field Value
    Type Description
    OcrLanguage

    KannadaAlphabetBest

    Kannada Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Kannada Alphabet (ಕನ್ನಡ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Kannada Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KannadaAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    KannadaAlphabetFast

    Kannada Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Kannada Alphabet (ಕನ್ನಡ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Kannada Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KannadaAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    KannadaBest

    Kannada OCR language. Performs OCR, reading documents of the Kannada (ಕನ್ನಡ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Kannada uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KannadaBest
    Field Value
    Type Description
    OcrLanguage

    KannadaFast

    Kannada OCR language. Performs OCR, reading documents of the Kannada (ಕನ್ನಡ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Kannada uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kannada' from https://www.nuget.org/packages/IronOcr.Languages.Kannada/ to your Visual Studio project.
    Alternatively download the "Kannada.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KannadaFast
    Field Value
    Type Description
    OcrLanguage

    Kazakh

    Kazakh OCR language. Performs OCR, reading documents of the Kazakh (қазақ тілі) language with an understanding of spelling and linguistic context.

    This Default variant of Kazakh uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kazakh' from https://www.nuget.org/packages/IronOcr.Languages.Kazakh/ to your Visual Studio project.
    Alternatively download the "Kazakh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Kazakh
    Field Value
    Type Description
    OcrLanguage

    KazakhBest

    Kazakh OCR language. Performs OCR, reading documents of the Kazakh (қазақ тілі) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Kazakh uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kazakh' from https://www.nuget.org/packages/IronOcr.Languages.Kazakh/ to your Visual Studio project.
    Alternatively download the "Kazakh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KazakhBest
    Field Value
    Type Description
    OcrLanguage

    KazakhFast

    Kazakh OCR language. Performs OCR, reading documents of the Kazakh (қазақ тілі) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Kazakh uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kazakh' from https://www.nuget.org/packages/IronOcr.Languages.Kazakh/ to your Visual Studio project.
    Alternatively download the "Kazakh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KazakhFast
    Field Value
    Type Description
    OcrLanguage

    Khmer

    Khmer OCR language. Performs OCR, reading documents of the Khmer (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) language with an understanding of spelling and linguistic context.

    This Default variant of Khmer uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Khmer
    Field Value
    Type Description
    OcrLanguage

    KhmerAlphabet

    Khmer Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Khmer Alphabet (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Khmer Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KhmerAlphabet
    Field Value
    Type Description
    OcrLanguage

    KhmerAlphabetBest

    Khmer Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Khmer Alphabet (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Khmer Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KhmerAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    KhmerAlphabetFast

    Khmer Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Khmer Alphabet (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Khmer Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KhmerAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    KhmerBest

    Khmer OCR language. Performs OCR, reading documents of the Khmer (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Khmer uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KhmerBest
    Field Value
    Type Description
    OcrLanguage

    KhmerFast

    Khmer OCR language. Performs OCR, reading documents of the Khmer (ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Khmer uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Khmer' from https://www.nuget.org/packages/IronOcr.Languages.Khmer/ to your Visual Studio project.
    Alternatively download the "Khmer.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KhmerFast
    Field Value
    Type Description
    OcrLanguage

    Korean

    Korean OCR language. Performs OCR, reading documents of the Korean [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This Default variant of Korean uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Korean
    Field Value
    Type Description
    OcrLanguage

    KoreanBest

    Korean OCR language. Performs OCR, reading documents of the Korean [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Korean uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KoreanBest
    Field Value
    Type Description
    OcrLanguage

    KoreanFast

    Korean OCR language. Performs OCR, reading documents of the Korean [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Korean uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KoreanFast
    Field Value
    Type Description
    OcrLanguage

    KoreanVertical

    Korean Vertical OCR language. Performs OCR, reading documents of the Korean Vertical [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This Default variant of Korean Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KoreanVertical
    Field Value
    Type Description
    OcrLanguage

    KoreanVerticalBest

    Korean Vertical OCR language. Performs OCR, reading documents of the Korean Vertical [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Korean Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KoreanVerticalBest
    Field Value
    Type Description
    OcrLanguage

    KoreanVerticalFast

    Korean Vertical OCR language. Performs OCR, reading documents of the Korean Vertical [한국어 (韓國語), 조선어 (朝鮮語)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Korean Vertical uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Korean' from https://www.nuget.org/packages/IronOcr.Languages.Korean/ to your Visual Studio project.
    Alternatively download the "Korean.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KoreanVerticalFast
    Field Value
    Type Description
    OcrLanguage

    Kyrgyz

    Kyrgyz OCR language. Performs OCR, reading documents of the Kyrgyz (Кыргызча, Кыргыз тили) language with an understanding of spelling and linguistic context.

    This Default variant of Kyrgyz uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kyrgyz' from https://www.nuget.org/packages/IronOcr.Languages.Kyrgyz/ to your Visual Studio project.
    Alternatively download the "Kyrgyz.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Kyrgyz
    Field Value
    Type Description
    OcrLanguage

    KyrgyzBest

    Kyrgyz OCR language. Performs OCR, reading documents of the Kyrgyz (Кыргызча, Кыргыз тили) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Kyrgyz uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kyrgyz' from https://www.nuget.org/packages/IronOcr.Languages.Kyrgyz/ to your Visual Studio project.
    Alternatively download the "Kyrgyz.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KyrgyzBest
    Field Value
    Type Description
    OcrLanguage

    KyrgyzFast

    Kyrgyz OCR language. Performs OCR, reading documents of the Kyrgyz (Кыргызча, Кыргыз тили) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Kyrgyz uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Kyrgyz' from https://www.nuget.org/packages/IronOcr.Languages.Kyrgyz/ to your Visual Studio project.
    Alternatively download the "Kyrgyz.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage KyrgyzFast
    Field Value
    Type Description
    OcrLanguage

    Lao

    Lao OCR language. Performs OCR, reading documents of the Lao (ພາສາລາວ) language with an understanding of spelling and linguistic context.

    This Default variant of Lao uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Lao
    Field Value
    Type Description
    OcrLanguage

    LaoAlphabet

    Lao Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Lao Alphabet (ພາສາລາວ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Lao Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LaoAlphabet
    Field Value
    Type Description
    OcrLanguage

    LaoAlphabetBest

    Lao Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Lao Alphabet (ພາສາລາວ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Lao Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LaoAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    LaoAlphabetFast

    Lao Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Lao Alphabet (ພາສາລາວ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Lao Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LaoAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    LaoBest

    Lao OCR language. Performs OCR, reading documents of the Lao (ພາສາລາວ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Lao uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LaoBest
    Field Value
    Type Description
    OcrLanguage

    LaoFast

    Lao OCR language. Performs OCR, reading documents of the Lao (ພາສາລາວ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Lao uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lao' from https://www.nuget.org/packages/IronOcr.Languages.Lao/ to your Visual Studio project.
    Alternatively download the "Lao.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LaoFast
    Field Value
    Type Description
    OcrLanguage

    Latin

    Latin OCR language. Performs OCR, reading documents of the Latin (latine, lingua latina) language with an understanding of spelling and linguistic context.

    This Default variant of Latin uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latin' from https://www.nuget.org/packages/IronOcr.Languages.Latin/ to your Visual Studio project.
    Alternatively download the "Latin.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Latin
    Field Value
    Type Description
    OcrLanguage

    LatinAlphabet

    Latin Alphabetic Script OCR dictionary. Reads the letters of the Latin / Romain / 'English' alphabet as is commonly used in English and other European languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Latin Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.LatinAlphabet' from https://www.nuget.org/packages/IronOcr.Languages.LatinAlphabet/ to your Visual Studio project.
    Alternatively download the "LatinAlphabet.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatinAlphabet
    Field Value
    Type Description
    OcrLanguage

    LatinAlphabetBest

    Latin Alphabetic Script OCR dictionary. Reads the letters of the Latin / Romain / 'English' alphabet as is commonly used in English and other European languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Latin Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.LatinAlphabet' from https://www.nuget.org/packages/IronOcr.Languages.LatinAlphabet/ to your Visual Studio project.
    Alternatively download the "LatinAlphabet.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatinAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    LatinAlphabetFast

    Latin Alphabetic Script OCR dictionary. Reads the letters of the Latin / Romain / 'English' alphabet as is commonly used in English and other European languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Latin Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.LatinAlphabet' from https://www.nuget.org/packages/IronOcr.Languages.LatinAlphabet/ to your Visual Studio project.
    Alternatively download the "LatinAlphabet.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatinAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    LatinBest

    Latin OCR language. Performs OCR, reading documents of the Latin (latine, lingua latina) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Latin uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latin' from https://www.nuget.org/packages/IronOcr.Languages.Latin/ to your Visual Studio project.
    Alternatively download the "Latin.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatinBest
    Field Value
    Type Description
    OcrLanguage

    LatinFast

    Latin OCR language. Performs OCR, reading documents of the Latin (latine, lingua latina) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Latin uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latin' from https://www.nuget.org/packages/IronOcr.Languages.Latin/ to your Visual Studio project.
    Alternatively download the "Latin.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatinFast
    Field Value
    Type Description
    OcrLanguage

    Latvian

    Latvian OCR language. Performs OCR, reading documents of the Latvian (latviešu valoda) language with an understanding of spelling and linguistic context.

    This Default variant of Latvian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latvian' from https://www.nuget.org/packages/IronOcr.Languages.Latvian/ to your Visual Studio project.
    Alternatively download the "Latvian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Latvian
    Field Value
    Type Description
    OcrLanguage

    LatvianBest

    Latvian OCR language. Performs OCR, reading documents of the Latvian (latviešu valoda) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Latvian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latvian' from https://www.nuget.org/packages/IronOcr.Languages.Latvian/ to your Visual Studio project.
    Alternatively download the "Latvian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatvianBest
    Field Value
    Type Description
    OcrLanguage

    LatvianFast

    Latvian OCR language. Performs OCR, reading documents of the Latvian (latviešu valoda) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Latvian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Latvian' from https://www.nuget.org/packages/IronOcr.Languages.Latvian/ to your Visual Studio project.
    Alternatively download the "Latvian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LatvianFast
    Field Value
    Type Description
    OcrLanguage

    Lithuanian

    Lithuanian OCR language. Performs OCR, reading documents of the Lithuanian (lietuvių kalba) language with an understanding of spelling and linguistic context.

    This Default variant of Lithuanian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lithuanian' from https://www.nuget.org/packages/IronOcr.Languages.Lithuanian/ to your Visual Studio project.
    Alternatively download the "Lithuanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Lithuanian
    Field Value
    Type Description
    OcrLanguage

    LithuanianBest

    Lithuanian OCR language. Performs OCR, reading documents of the Lithuanian (lietuvių kalba) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Lithuanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lithuanian' from https://www.nuget.org/packages/IronOcr.Languages.Lithuanian/ to your Visual Studio project.
    Alternatively download the "Lithuanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LithuanianBest
    Field Value
    Type Description
    OcrLanguage

    LithuanianFast

    Lithuanian OCR language. Performs OCR, reading documents of the Lithuanian (lietuvių kalba) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Lithuanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Lithuanian' from https://www.nuget.org/packages/IronOcr.Languages.Lithuanian/ to your Visual Studio project.
    Alternatively download the "Lithuanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LithuanianFast
    Field Value
    Type Description
    OcrLanguage

    Luxembourgish

    Luxembourgish OCR language. Performs OCR, reading documents of the Luxembourgish (Lëtzebuergesch) language with an understanding of spelling and linguistic context.

    This Default variant of Luxembourgish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Luxembourgish' from https://www.nuget.org/packages/IronOcr.Languages.Luxembourgish/ to your Visual Studio project.
    Alternatively download the "Luxembourgish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Luxembourgish
    Field Value
    Type Description
    OcrLanguage

    LuxembourgishBest

    Luxembourgish OCR language. Performs OCR, reading documents of the Luxembourgish (Lëtzebuergesch) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Luxembourgish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Luxembourgish' from https://www.nuget.org/packages/IronOcr.Languages.Luxembourgish/ to your Visual Studio project.
    Alternatively download the "Luxembourgish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LuxembourgishBest
    Field Value
    Type Description
    OcrLanguage

    LuxembourgishFast

    Luxembourgish OCR language. Performs OCR, reading documents of the Luxembourgish (Lëtzebuergesch) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Luxembourgish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Luxembourgish' from https://www.nuget.org/packages/IronOcr.Languages.Luxembourgish/ to your Visual Studio project.
    Alternatively download the "Luxembourgish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage LuxembourgishFast
    Field Value
    Type Description
    OcrLanguage

    Macedonian

    Macedonian OCR language. Performs OCR, reading documents of the Macedonian (македонски јазик) language with an understanding of spelling and linguistic context.

    This Default variant of Macedonian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Macedonian' from https://www.nuget.org/packages/IronOcr.Languages.Macedonian/ to your Visual Studio project.
    Alternatively download the "Macedonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Macedonian
    Field Value
    Type Description
    OcrLanguage

    MacedonianBest

    Macedonian OCR language. Performs OCR, reading documents of the Macedonian (македонски јазик) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Macedonian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Macedonian' from https://www.nuget.org/packages/IronOcr.Languages.Macedonian/ to your Visual Studio project.
    Alternatively download the "Macedonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MacedonianBest
    Field Value
    Type Description
    OcrLanguage

    MacedonianFast

    Macedonian OCR language. Performs OCR, reading documents of the Macedonian (македонски јазик) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Macedonian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Macedonian' from https://www.nuget.org/packages/IronOcr.Languages.Macedonian/ to your Visual Studio project.
    Alternatively download the "Macedonian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MacedonianFast
    Field Value
    Type Description
    OcrLanguage

    Malay

    Malay OCR language. Performs OCR, reading documents of the Malay (bahasa Melayu, بهاس ملايو‎) language with an understanding of spelling and linguistic context.

    This Default variant of Malay uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malay' from https://www.nuget.org/packages/IronOcr.Languages.Malay/ to your Visual Studio project.
    Alternatively download the "Malay.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Malay
    Field Value
    Type Description
    OcrLanguage

    Malayalam

    Malayalam OCR language. Performs OCR, reading documents of the Malayalam (മലയാളം) language with an understanding of spelling and linguistic context.

    This Default variant of Malayalam uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Malayalam
    Field Value
    Type Description
    OcrLanguage

    MalayalamAlphabet

    Malayalam Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Malayalam Alphabet (മലയാളം) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Malayalam Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayalamAlphabet
    Field Value
    Type Description
    OcrLanguage

    MalayalamAlphabetBest

    Malayalam Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Malayalam Alphabet (മലയാളം) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Malayalam Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayalamAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    MalayalamAlphabetFast

    Malayalam Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Malayalam Alphabet (മലയാളം) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Malayalam Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayalamAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    MalayalamBest

    Malayalam OCR language. Performs OCR, reading documents of the Malayalam (മലയാളം) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Malayalam uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayalamBest
    Field Value
    Type Description
    OcrLanguage

    MalayalamFast

    Malayalam OCR language. Performs OCR, reading documents of the Malayalam (മലയാളം) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Malayalam uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malayalam' from https://www.nuget.org/packages/IronOcr.Languages.Malayalam/ to your Visual Studio project.
    Alternatively download the "Malayalam.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayalamFast
    Field Value
    Type Description
    OcrLanguage

    MalayBest

    Malay OCR language. Performs OCR, reading documents of the Malay (bahasa Melayu, بهاس ملايو‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Malay uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malay' from https://www.nuget.org/packages/IronOcr.Languages.Malay/ to your Visual Studio project.
    Alternatively download the "Malay.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayBest
    Field Value
    Type Description
    OcrLanguage

    MalayFast

    Malay OCR language. Performs OCR, reading documents of the Malay (bahasa Melayu, بهاس ملايو‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Malay uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Malay' from https://www.nuget.org/packages/IronOcr.Languages.Malay/ to your Visual Studio project.
    Alternatively download the "Malay.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalayFast
    Field Value
    Type Description
    OcrLanguage

    Maltese

    Maltese OCR language. Performs OCR, reading documents of the Maltese (Malti) language with an understanding of spelling and linguistic context.

    This Default variant of Maltese uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maltese' from https://www.nuget.org/packages/IronOcr.Languages.Maltese/ to your Visual Studio project.
    Alternatively download the "Maltese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Maltese
    Field Value
    Type Description
    OcrLanguage

    MalteseBest

    Maltese OCR language. Performs OCR, reading documents of the Maltese (Malti) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Maltese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maltese' from https://www.nuget.org/packages/IronOcr.Languages.Maltese/ to your Visual Studio project.
    Alternatively download the "Maltese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalteseBest
    Field Value
    Type Description
    OcrLanguage

    MalteseFast

    Maltese OCR language. Performs OCR, reading documents of the Maltese (Malti) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Maltese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maltese' from https://www.nuget.org/packages/IronOcr.Languages.Maltese/ to your Visual Studio project.
    Alternatively download the "Maltese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MalteseFast
    Field Value
    Type Description
    OcrLanguage

    Maori

    Maori OCR language. Performs OCR, reading documents of the Maori (te reo Māori) language with an understanding of spelling and linguistic context.

    This Default variant of Maori uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maori' from https://www.nuget.org/packages/IronOcr.Languages.Maori/ to your Visual Studio project.
    Alternatively download the "Maori.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Maori
    Field Value
    Type Description
    OcrLanguage

    MaoriBest

    Maori OCR language. Performs OCR, reading documents of the Maori (te reo Māori) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Maori uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maori' from https://www.nuget.org/packages/IronOcr.Languages.Maori/ to your Visual Studio project.
    Alternatively download the "Maori.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MaoriBest
    Field Value
    Type Description
    OcrLanguage

    MaoriFast

    Maori OCR language. Performs OCR, reading documents of the Maori (te reo Māori) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Maori uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Maori' from https://www.nuget.org/packages/IronOcr.Languages.Maori/ to your Visual Studio project.
    Alternatively download the "Maori.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MaoriFast
    Field Value
    Type Description
    OcrLanguage

    Marathi

    Marathi OCR language. Performs OCR, reading documents of the Marathi (मराठी) language with an understanding of spelling and linguistic context.

    This Default variant of Marathi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Marathi' from https://www.nuget.org/packages/IronOcr.Languages.Marathi/ to your Visual Studio project.
    Alternatively download the "Marathi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Marathi
    Field Value
    Type Description
    OcrLanguage

    MarathiBest

    Marathi OCR language. Performs OCR, reading documents of the Marathi (मराठी) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Marathi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Marathi' from https://www.nuget.org/packages/IronOcr.Languages.Marathi/ to your Visual Studio project.
    Alternatively download the "Marathi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MarathiBest
    Field Value
    Type Description
    OcrLanguage

    MarathiFast

    Marathi OCR language. Performs OCR, reading documents of the Marathi (मराठी) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Marathi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Marathi' from https://www.nuget.org/packages/IronOcr.Languages.Marathi/ to your Visual Studio project.
    Alternatively download the "Marathi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MarathiFast
    Field Value
    Type Description
    OcrLanguage

    MICR

    MICR OCR language. Performs OCR, reading documents of the MICR (Magnetic Ink Character Recognition, MICR Cheque Encoding) language with an understanding of spelling and linguistic context.

    This MICR OCR language pack uses only an OEM (shape recognition evolved from Tesseract 3) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.MICR' from https://www.nuget.org/packages/IronOcr.Languages.MICR/ to your Visual Studio project.
    Alternatively download the "MICR.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MICR
    Field Value
    Type Description
    OcrLanguage

    MiddleEnglish

    Middle English OCR language. Performs OCR, reading documents of the Middle English [English (1100-1500 AD)] language with an understanding of spelling and linguistic context.

    This Default variant of Middle English uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleEnglish' from https://www.nuget.org/packages/IronOcr.Languages.MiddleEnglish/ to your Visual Studio project.
    Alternatively download the "MiddleEnglish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleEnglish
    Field Value
    Type Description
    OcrLanguage

    MiddleEnglishBest

    Middle English OCR language. Performs OCR, reading documents of the Middle English [English (1100-1500 AD)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Middle English uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleEnglish' from https://www.nuget.org/packages/IronOcr.Languages.MiddleEnglish/ to your Visual Studio project.
    Alternatively download the "MiddleEnglish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleEnglishBest
    Field Value
    Type Description
    OcrLanguage

    MiddleEnglishFast

    Middle English OCR language. Performs OCR, reading documents of the Middle English [English (1100-1500 AD)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Middle English uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleEnglish' from https://www.nuget.org/packages/IronOcr.Languages.MiddleEnglish/ to your Visual Studio project.
    Alternatively download the "MiddleEnglish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleEnglishFast
    Field Value
    Type Description
    OcrLanguage

    MiddleFrench

    Middle French OCR language. Performs OCR, reading documents of the Middle French [Moyen Français,Middle French (ca. 1400-1600 AD)] language with an understanding of spelling and linguistic context.

    This Default variant of Middle French uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleFrench' from https://www.nuget.org/packages/IronOcr.Languages.MiddleFrench/ to your Visual Studio project.
    Alternatively download the "MiddleFrench.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleFrench
    Field Value
    Type Description
    OcrLanguage

    MiddleFrenchBest

    Middle French OCR language. Performs OCR, reading documents of the Middle French [Moyen Français,Middle French (ca. 1400-1600 AD)] language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Middle French uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleFrench' from https://www.nuget.org/packages/IronOcr.Languages.MiddleFrench/ to your Visual Studio project.
    Alternatively download the "MiddleFrench.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleFrenchBest
    Field Value
    Type Description
    OcrLanguage

    MiddleFrenchFast

    Middle French OCR language. Performs OCR, reading documents of the Middle French [Moyen Français,Middle French (ca. 1400-1600 AD)] language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Middle French uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.MiddleFrench' from https://www.nuget.org/packages/IronOcr.Languages.MiddleFrench/ to your Visual Studio project.
    Alternatively download the "MiddleFrench.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MiddleFrenchFast
    Field Value
    Type Description
    OcrLanguage

    Mongolian

    Mongolian OCR language. Performs OCR, reading documents of the Mongolian (монгол) language with an understanding of spelling and linguistic context.

    This Default variant of Mongolian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Mongolian' from https://www.nuget.org/packages/IronOcr.Languages.Mongolian/ to your Visual Studio project.
    Alternatively download the "Mongolian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Mongolian
    Field Value
    Type Description
    OcrLanguage

    MongolianBest

    Mongolian OCR language. Performs OCR, reading documents of the Mongolian (монгол) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Mongolian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Mongolian' from https://www.nuget.org/packages/IronOcr.Languages.Mongolian/ to your Visual Studio project.
    Alternatively download the "Mongolian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MongolianBest
    Field Value
    Type Description
    OcrLanguage

    MongolianFast

    Mongolian OCR language. Performs OCR, reading documents of the Mongolian (монгол) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Mongolian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Mongolian' from https://www.nuget.org/packages/IronOcr.Languages.Mongolian/ to your Visual Studio project.
    Alternatively download the "Mongolian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MongolianFast
    Field Value
    Type Description
    OcrLanguage

    Myanmar

    Myanmar OCR language. Performs OCR, reading documents of the Myanmar (Burmese ,ဗမာစာ) language with an understanding of spelling and linguistic context.

    This Default variant of Myanmar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Myanmar
    Field Value
    Type Description
    OcrLanguage

    MyanmarAlphabet

    Myanmar Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Myanmar Alphabet (Burmese ,ဗမာစာ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Myanmar Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MyanmarAlphabet
    Field Value
    Type Description
    OcrLanguage

    MyanmarAlphabetBest

    Myanmar Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Myanmar Alphabet (Burmese ,ဗမာစာ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Myanmar Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MyanmarAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    MyanmarAlphabetFast

    Myanmar Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Myanmar Alphabet (Burmese ,ဗမာစာ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Myanmar Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MyanmarAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    MyanmarBest

    Myanmar OCR language. Performs OCR, reading documents of the Myanmar (Burmese ,ဗမာစာ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Myanmar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MyanmarBest
    Field Value
    Type Description
    OcrLanguage

    MyanmarFast

    Myanmar OCR language. Performs OCR, reading documents of the Myanmar (Burmese ,ဗမာစာ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Myanmar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Myanmar' from https://www.nuget.org/packages/IronOcr.Languages.Myanmar/ to your Visual Studio project.
    Alternatively download the "Myanmar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage MyanmarFast
    Field Value
    Type Description
    OcrLanguage

    Nepali

    Nepali OCR language. Performs OCR, reading documents of the Nepali (नेपाली) language with an understanding of spelling and linguistic context.

    This Default variant of Nepali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Nepali' from https://www.nuget.org/packages/IronOcr.Languages.Nepali/ to your Visual Studio project.
    Alternatively download the "Nepali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Nepali
    Field Value
    Type Description
    OcrLanguage

    NepaliBest

    Nepali OCR language. Performs OCR, reading documents of the Nepali (नेपाली) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Nepali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Nepali' from https://www.nuget.org/packages/IronOcr.Languages.Nepali/ to your Visual Studio project.
    Alternatively download the "Nepali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NepaliBest
    Field Value
    Type Description
    OcrLanguage

    NepaliFast

    Nepali OCR language. Performs OCR, reading documents of the Nepali (नेपाली) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Nepali uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Nepali' from https://www.nuget.org/packages/IronOcr.Languages.Nepali/ to your Visual Studio project.
    Alternatively download the "Nepali.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NepaliFast
    Field Value
    Type Description
    OcrLanguage

    NorthernKurdish

    Northern Kurdish OCR language. Performs OCR, reading documents of the Northern Kurdish (Kurmanji, کورمانجی ,Kurmancî‎) language with an understanding of spelling and linguistic context.

    This Default variant of Northern Kurdish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.NorthernKurdish' from https://www.nuget.org/packages/IronOcr.Languages.NorthernKurdish/ to your Visual Studio project.
    Alternatively download the "NorthernKurdish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NorthernKurdish
    Field Value
    Type Description
    OcrLanguage

    NorthernKurdishBest

    Northern Kurdish OCR language. Performs OCR, reading documents of the Northern Kurdish (Kurmanji, کورمانجی ,Kurmancî‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Northern Kurdish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.NorthernKurdish' from https://www.nuget.org/packages/IronOcr.Languages.NorthernKurdish/ to your Visual Studio project.
    Alternatively download the "NorthernKurdish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NorthernKurdishBest
    Field Value
    Type Description
    OcrLanguage

    NorthernKurdishFast

    Northern Kurdish OCR language. Performs OCR, reading documents of the Northern Kurdish (Kurmanji, کورمانجی ,Kurmancî‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Northern Kurdish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.NorthernKurdish' from https://www.nuget.org/packages/IronOcr.Languages.NorthernKurdish/ to your Visual Studio project.
    Alternatively download the "NorthernKurdish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NorthernKurdishFast
    Field Value
    Type Description
    OcrLanguage

    Norwegian

    Norwegian OCR language. Performs OCR, reading documents of the Norwegian (Norsk) language with an understanding of spelling and linguistic context.

    This Default variant of Norwegian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Norwegian' from https://www.nuget.org/packages/IronOcr.Languages.Norwegian/ to your Visual Studio project.
    Alternatively download the "Norwegian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Norwegian
    Field Value
    Type Description
    OcrLanguage

    NorwegianBest

    Norwegian OCR language. Performs OCR, reading documents of the Norwegian (Norsk) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Norwegian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Norwegian' from https://www.nuget.org/packages/IronOcr.Languages.Norwegian/ to your Visual Studio project.
    Alternatively download the "Norwegian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NorwegianBest
    Field Value
    Type Description
    OcrLanguage

    NorwegianFast

    Norwegian OCR language. Performs OCR, reading documents of the Norwegian (Norsk) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Norwegian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Norwegian' from https://www.nuget.org/packages/IronOcr.Languages.Norwegian/ to your Visual Studio project.
    Alternatively download the "Norwegian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage NorwegianFast
    Field Value
    Type Description
    OcrLanguage

    Occitan

    Occitan OCR language. Performs OCR, reading documents of the Occitan (occitan, lenga d'òc) language with an understanding of spelling and linguistic context.

    This Default variant of Occitan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Occitan' from https://www.nuget.org/packages/IronOcr.Languages.Occitan/ to your Visual Studio project.
    Alternatively download the "Occitan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Occitan
    Field Value
    Type Description
    OcrLanguage

    OccitanBest

    Occitan OCR language. Performs OCR, reading documents of the Occitan (occitan, lenga d'òc) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Occitan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Occitan' from https://www.nuget.org/packages/IronOcr.Languages.Occitan/ to your Visual Studio project.
    Alternatively download the "Occitan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OccitanBest
    Field Value
    Type Description
    OcrLanguage

    OccitanFast

    Occitan OCR language. Performs OCR, reading documents of the Occitan (occitan, lenga d'òc) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Occitan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Occitan' from https://www.nuget.org/packages/IronOcr.Languages.Occitan/ to your Visual Studio project.
    Alternatively download the "Occitan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OccitanFast
    Field Value
    Type Description
    OcrLanguage

    Oriya

    Oriya OCR language. Performs OCR, reading documents of the Oriya (ଓଡ଼ିଆ) language with an understanding of spelling and linguistic context.

    This Default variant of Oriya uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Oriya
    Field Value
    Type Description
    OcrLanguage

    OriyaAlphabet

    Oriya Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Oriya Alphabet (ଓଡ଼ିଆ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Oriya Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OriyaAlphabet
    Field Value
    Type Description
    OcrLanguage

    OriyaAlphabetBest

    Oriya Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Oriya Alphabet (ଓଡ଼ିଆ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Oriya Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OriyaAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    OriyaAlphabetFast

    Oriya Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Oriya Alphabet (ଓଡ଼ିଆ) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Oriya Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OriyaAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    OriyaBest

    Oriya OCR language. Performs OCR, reading documents of the Oriya (ଓଡ଼ିଆ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Oriya uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OriyaBest
    Field Value
    Type Description
    OcrLanguage

    OriyaFast

    Oriya OCR language. Performs OCR, reading documents of the Oriya (ଓଡ଼ିଆ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Oriya uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Oriya' from https://www.nuget.org/packages/IronOcr.Languages.Oriya/ to your Visual Studio project.
    Alternatively download the "Oriya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage OriyaFast
    Field Value
    Type Description
    OcrLanguage

    Panjabi

    Panjabi OCR language. Performs OCR, reading documents of the Panjabi (ਪੰਜਾਬੀ, پنجابی‎) language with an understanding of spelling and linguistic context.

    This Default variant of Panjabi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Panjabi' from https://www.nuget.org/packages/IronOcr.Languages.Panjabi/ to your Visual Studio project.
    Alternatively download the "Panjabi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Panjabi
    Field Value
    Type Description
    OcrLanguage

    PanjabiBest

    Panjabi OCR language. Performs OCR, reading documents of the Panjabi (ਪੰਜਾਬੀ, پنجابی‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Panjabi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Panjabi' from https://www.nuget.org/packages/IronOcr.Languages.Panjabi/ to your Visual Studio project.
    Alternatively download the "Panjabi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PanjabiBest
    Field Value
    Type Description
    OcrLanguage

    PanjabiFast

    Panjabi OCR language. Performs OCR, reading documents of the Panjabi (ਪੰਜਾਬੀ, پنجابی‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Panjabi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Panjabi' from https://www.nuget.org/packages/IronOcr.Languages.Panjabi/ to your Visual Studio project.
    Alternatively download the "Panjabi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PanjabiFast
    Field Value
    Type Description
    OcrLanguage

    Pashto

    Pashto OCR language. Performs OCR, reading documents of the Pashto (پښتو) language with an understanding of spelling and linguistic context.

    This Default variant of Pashto uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Pashto' from https://www.nuget.org/packages/IronOcr.Languages.Pashto/ to your Visual Studio project.
    Alternatively download the "Pashto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Pashto
    Field Value
    Type Description
    OcrLanguage

    PashtoBest

    Pashto OCR language. Performs OCR, reading documents of the Pashto (پښتو) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Pashto uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Pashto' from https://www.nuget.org/packages/IronOcr.Languages.Pashto/ to your Visual Studio project.
    Alternatively download the "Pashto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PashtoBest
    Field Value
    Type Description
    OcrLanguage

    PashtoFast

    Pashto OCR language. Performs OCR, reading documents of the Pashto (پښتو) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Pashto uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Pashto' from https://www.nuget.org/packages/IronOcr.Languages.Pashto/ to your Visual Studio project.
    Alternatively download the "Pashto.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PashtoFast
    Field Value
    Type Description
    OcrLanguage

    Persian

    Persian OCR language. Performs OCR, reading documents of the Persian (فارسی) language with an understanding of spelling and linguistic context.

    This Default variant of Persian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Persian' from https://www.nuget.org/packages/IronOcr.Languages.Persian/ to your Visual Studio project.
    Alternatively download the "Persian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Persian
    Field Value
    Type Description
    OcrLanguage

    PersianBest

    Persian OCR language. Performs OCR, reading documents of the Persian (فارسی) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Persian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Persian' from https://www.nuget.org/packages/IronOcr.Languages.Persian/ to your Visual Studio project.
    Alternatively download the "Persian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PersianBest
    Field Value
    Type Description
    OcrLanguage

    PersianFast

    Persian OCR language. Performs OCR, reading documents of the Persian (فارسی) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Persian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Persian' from https://www.nuget.org/packages/IronOcr.Languages.Persian/ to your Visual Studio project.
    Alternatively download the "Persian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PersianFast
    Field Value
    Type Description
    OcrLanguage

    Polish

    Polish OCR language. Performs OCR, reading documents of the Polish (język polski, polszczyzna) language with an understanding of spelling and linguistic context.

    This Default variant of Polish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Polish' from https://www.nuget.org/packages/IronOcr.Languages.Polish/ to your Visual Studio project.
    Alternatively download the "Polish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Polish
    Field Value
    Type Description
    OcrLanguage

    PolishBest

    Polish OCR language. Performs OCR, reading documents of the Polish (język polski, polszczyzna) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Polish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Polish' from https://www.nuget.org/packages/IronOcr.Languages.Polish/ to your Visual Studio project.
    Alternatively download the "Polish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PolishBest
    Field Value
    Type Description
    OcrLanguage

    PolishFast

    Polish OCR language. Performs OCR, reading documents of the Polish (język polski, polszczyzna) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Polish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Polish' from https://www.nuget.org/packages/IronOcr.Languages.Polish/ to your Visual Studio project.
    Alternatively download the "Polish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PolishFast
    Field Value
    Type Description
    OcrLanguage

    Portuguese

    Portuguese OCR language. Performs OCR, reading documents of the Portuguese (português) language with an understanding of spelling and linguistic context.

    This Default variant of Portuguese uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Portuguese' from https://www.nuget.org/packages/IronOcr.Languages.Portuguese/ to your Visual Studio project.
    Alternatively download the "Portuguese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Portuguese
    Field Value
    Type Description
    OcrLanguage

    PortugueseBest

    Portuguese OCR language. Performs OCR, reading documents of the Portuguese (português) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Portuguese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Portuguese' from https://www.nuget.org/packages/IronOcr.Languages.Portuguese/ to your Visual Studio project.
    Alternatively download the "Portuguese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PortugueseBest
    Field Value
    Type Description
    OcrLanguage

    PortugueseFast

    Portuguese OCR language. Performs OCR, reading documents of the Portuguese (português) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Portuguese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Portuguese' from https://www.nuget.org/packages/IronOcr.Languages.Portuguese/ to your Visual Studio project.
    Alternatively download the "Portuguese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage PortugueseFast
    Field Value
    Type Description
    OcrLanguage

    Quechua

    Quechua OCR language. Performs OCR, reading documents of the Quechua (Runa Simi, Kichwa) language with an understanding of spelling and linguistic context.

    This Default variant of Quechua uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Quechua' from https://www.nuget.org/packages/IronOcr.Languages.Quechua/ to your Visual Studio project.
    Alternatively download the "Quechua.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Quechua
    Field Value
    Type Description
    OcrLanguage

    QuechuaBest

    Quechua OCR language. Performs OCR, reading documents of the Quechua (Runa Simi, Kichwa) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Quechua uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Quechua' from https://www.nuget.org/packages/IronOcr.Languages.Quechua/ to your Visual Studio project.
    Alternatively download the "Quechua.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage QuechuaBest
    Field Value
    Type Description
    OcrLanguage

    QuechuaFast

    Quechua OCR language. Performs OCR, reading documents of the Quechua (Runa Simi, Kichwa) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Quechua uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Quechua' from https://www.nuget.org/packages/IronOcr.Languages.Quechua/ to your Visual Studio project.
    Alternatively download the "Quechua.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage QuechuaFast
    Field Value
    Type Description
    OcrLanguage

    Romanian

    Romanian OCR language. Performs OCR, reading documents of the Romanian (limba română) language with an understanding of spelling and linguistic context.

    This Default variant of Romanian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Romanian' from https://www.nuget.org/packages/IronOcr.Languages.Romanian/ to your Visual Studio project.
    Alternatively download the "Romanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Romanian
    Field Value
    Type Description
    OcrLanguage

    RomanianBest

    Romanian OCR language. Performs OCR, reading documents of the Romanian (limba română) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Romanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Romanian' from https://www.nuget.org/packages/IronOcr.Languages.Romanian/ to your Visual Studio project.
    Alternatively download the "Romanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage RomanianBest
    Field Value
    Type Description
    OcrLanguage

    RomanianFast

    Romanian OCR language. Performs OCR, reading documents of the Romanian (limba română) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Romanian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Romanian' from https://www.nuget.org/packages/IronOcr.Languages.Romanian/ to your Visual Studio project.
    Alternatively download the "Romanian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage RomanianFast
    Field Value
    Type Description
    OcrLanguage

    Russian

    Russian OCR language. Performs OCR, reading documents of the Russian (русский язык) language with an understanding of spelling and linguistic context.

    This Default variant of Russian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Russian' from https://www.nuget.org/packages/IronOcr.Languages.Russian/ to your Visual Studio project.
    Alternatively download the "Russian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Russian
    Field Value
    Type Description
    OcrLanguage

    RussianBest

    Russian OCR language. Performs OCR, reading documents of the Russian (русский язык) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Russian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Russian' from https://www.nuget.org/packages/IronOcr.Languages.Russian/ to your Visual Studio project.
    Alternatively download the "Russian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage RussianBest
    Field Value
    Type Description
    OcrLanguage

    RussianFast

    Russian OCR language. Performs OCR, reading documents of the Russian (русский язык) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Russian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Russian' from https://www.nuget.org/packages/IronOcr.Languages.Russian/ to your Visual Studio project.
    Alternatively download the "Russian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage RussianFast
    Field Value
    Type Description
    OcrLanguage

    Sanskrit

    Sanskrit OCR language. Performs OCR, reading documents of the Sanskrit (संस्कृतम्) language with an understanding of spelling and linguistic context.

    This Default variant of Sanskrit uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sanskrit' from https://www.nuget.org/packages/IronOcr.Languages.Sanskrit/ to your Visual Studio project.
    Alternatively download the "Sanskrit.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Sanskrit
    Field Value
    Type Description
    OcrLanguage

    SanskritBest

    Sanskrit OCR language. Performs OCR, reading documents of the Sanskrit (संस्कृतम्) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Sanskrit uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sanskrit' from https://www.nuget.org/packages/IronOcr.Languages.Sanskrit/ to your Visual Studio project.
    Alternatively download the "Sanskrit.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SanskritBest
    Field Value
    Type Description
    OcrLanguage

    SanskritFast

    Sanskrit OCR language. Performs OCR, reading documents of the Sanskrit (संस्कृतम्) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Sanskrit uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sanskrit' from https://www.nuget.org/packages/IronOcr.Languages.Sanskrit/ to your Visual Studio project.
    Alternatively download the "Sanskrit.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SanskritFast
    Field Value
    Type Description
    OcrLanguage

    ScottishGaelic

    Scottish Gaelic OCR language. Performs OCR, reading documents of the Scottish Gaelic (Gàidhlig) language with an understanding of spelling and linguistic context.

    This Default variant of Scottish Gaelic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.ScottishGaelic' from https://www.nuget.org/packages/IronOcr.Languages.ScottishGaelic/ to your Visual Studio project.
    Alternatively download the "ScottishGaelic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ScottishGaelic
    Field Value
    Type Description
    OcrLanguage

    ScottishGaelicBest

    Scottish Gaelic OCR language. Performs OCR, reading documents of the Scottish Gaelic (Gàidhlig) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Scottish Gaelic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.ScottishGaelic' from https://www.nuget.org/packages/IronOcr.Languages.ScottishGaelic/ to your Visual Studio project.
    Alternatively download the "ScottishGaelic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ScottishGaelicBest
    Field Value
    Type Description
    OcrLanguage

    ScottishGaelicFast

    Scottish Gaelic OCR language. Performs OCR, reading documents of the Scottish Gaelic (Gàidhlig) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Scottish Gaelic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.ScottishGaelic' from https://www.nuget.org/packages/IronOcr.Languages.ScottishGaelic/ to your Visual Studio project.
    Alternatively download the "ScottishGaelic.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ScottishGaelicFast
    Field Value
    Type Description
    OcrLanguage

    Serbian

    Serbian OCR language. Performs OCR, reading documents of the Serbian (српски језик) language with an understanding of spelling and linguistic context.

    This Default variant of Serbian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Serbian
    Field Value
    Type Description
    OcrLanguage

    SerbianBest

    Serbian OCR language. Performs OCR, reading documents of the Serbian (српски језик) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Serbian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SerbianBest
    Field Value
    Type Description
    OcrLanguage

    SerbianFast

    Serbian OCR language. Performs OCR, reading documents of the Serbian (српски језик) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Serbian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SerbianFast
    Field Value
    Type Description
    OcrLanguage

    SerbianLatin

    Serbian Latin OCR language. Performs OCR, reading documents of the Serbian (српски језик) language , using the Latin alphabet (abc...), with an understanding of spelling and linguistic context.

    This Default variant of Serbian Latin uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SerbianLatin
    Field Value
    Type Description
    OcrLanguage

    SerbianLatinBest

    Serbian Latin OCR language. Performs OCR, reading documents of the Serbian (српски језик) language , using the Latin alphabet (abc...), with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Serbian Latin uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SerbianLatinBest
    Field Value
    Type Description
    OcrLanguage

    SerbianLatinFast

    Serbian Latin OCR language. Performs OCR, reading documents of the Serbian (српски језик) language , using the Latin alphabet (abc...), with an understanding of spelling and linguistic context.

    This 'Fast' variant of Serbian Latin uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Serbian' from https://www.nuget.org/packages/IronOcr.Languages.Serbian/ to your Visual Studio project.
    Alternatively download the "Serbian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SerbianLatinFast
    Field Value
    Type Description
    OcrLanguage

    Sindhi

    Sindhi OCR language. Performs OCR, reading documents of the Sindhi (सिन्धी, سنڌي، سندھی‎) language with an understanding of spelling and linguistic context.

    This Default variant of Sindhi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sindhi' from https://www.nuget.org/packages/IronOcr.Languages.Sindhi/ to your Visual Studio project.
    Alternatively download the "Sindhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Sindhi
    Field Value
    Type Description
    OcrLanguage

    SindhiBest

    Sindhi OCR language. Performs OCR, reading documents of the Sindhi (सिन्धी, سنڌي، سندھی‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Sindhi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sindhi' from https://www.nuget.org/packages/IronOcr.Languages.Sindhi/ to your Visual Studio project.
    Alternatively download the "Sindhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SindhiBest
    Field Value
    Type Description
    OcrLanguage

    SindhiFast

    Sindhi OCR language. Performs OCR, reading documents of the Sindhi (सिन्धी, سنڌي، سندھی‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Sindhi uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sindhi' from https://www.nuget.org/packages/IronOcr.Languages.Sindhi/ to your Visual Studio project.
    Alternatively download the "Sindhi.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SindhiFast
    Field Value
    Type Description
    OcrLanguage

    Sinhala

    Sinhala OCR language. Performs OCR, reading documents of the Sinhala (සිංහල) language with an understanding of spelling and linguistic context.

    This Default variant of Sinhala uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Sinhala
    Field Value
    Type Description
    OcrLanguage

    SinhalaAlphabet

    Sinhala Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Sinhala Alphabet (සිංහල) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Sinhala Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SinhalaAlphabet
    Field Value
    Type Description
    OcrLanguage

    SinhalaAlphabetBest

    Sinhala Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Sinhala Alphabet (සිංහල) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Sinhala Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SinhalaAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    SinhalaAlphabetFast

    Sinhala Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Sinhala Alphabet (සිංහල) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Sinhala Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SinhalaAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    SinhalaBest

    Sinhala OCR language. Performs OCR, reading documents of the Sinhala (සිංහල) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Sinhala uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SinhalaBest
    Field Value
    Type Description
    OcrLanguage

    SinhalaFast

    Sinhala OCR language. Performs OCR, reading documents of the Sinhala (සිංහල) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Sinhala uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sinhala' from https://www.nuget.org/packages/IronOcr.Languages.Sinhala/ to your Visual Studio project.
    Alternatively download the "Sinhala.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SinhalaFast
    Field Value
    Type Description
    OcrLanguage

    Slovak

    Slovak OCR language. Performs OCR, reading documents of the Slovak (slovenčina, slovenský jazyk) language with an understanding of spelling and linguistic context.

    This Default variant of Slovak uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovak' from https://www.nuget.org/packages/IronOcr.Languages.Slovak/ to your Visual Studio project.
    Alternatively download the "Slovak.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Slovak
    Field Value
    Type Description
    OcrLanguage

    SlovakBest

    Slovak OCR language. Performs OCR, reading documents of the Slovak (slovenčina, slovenský jazyk) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Slovak uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovak' from https://www.nuget.org/packages/IronOcr.Languages.Slovak/ to your Visual Studio project.
    Alternatively download the "Slovak.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SlovakBest
    Field Value
    Type Description
    OcrLanguage

    SlovakFast

    Slovak OCR language. Performs OCR, reading documents of the Slovak (slovenčina, slovenský jazyk) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Slovak uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovak' from https://www.nuget.org/packages/IronOcr.Languages.Slovak/ to your Visual Studio project.
    Alternatively download the "Slovak.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SlovakFast
    Field Value
    Type Description
    OcrLanguage

    SlovakFraktur

    Slovak Fraktur OCR language. Performs OCR, reading documents of the Slovak Fraktur (slovenčina, slovenský jazyk) language with an understanding of spelling and linguistic context.

    This Slovak Fraktur OCR language pack uses only an OEM (shape recognition evolved from Tesseract 3) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovak' from https://www.nuget.org/packages/IronOcr.Languages.Slovak/ to your Visual Studio project.
    Alternatively download the "Slovak.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SlovakFraktur
    Field Value
    Type Description
    OcrLanguage

    Slovene

    Slovene OCR language. Performs OCR, reading documents of the Slovene (slovenski jezik, slovenščina) language with an understanding of spelling and linguistic context.

    This Default variant of Slovene uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovene' from https://www.nuget.org/packages/IronOcr.Languages.Slovene/ to your Visual Studio project.
    Alternatively download the "Slovene.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Slovene
    Field Value
    Type Description
    OcrLanguage

    SloveneBest

    Slovene OCR language. Performs OCR, reading documents of the Slovene (slovenski jezik, slovenščina) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Slovene uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovene' from https://www.nuget.org/packages/IronOcr.Languages.Slovene/ to your Visual Studio project.
    Alternatively download the "Slovene.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SloveneBest
    Field Value
    Type Description
    OcrLanguage

    SloveneFast

    Slovene OCR language. Performs OCR, reading documents of the Slovene (slovenski jezik, slovenščina) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Slovene uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Slovene' from https://www.nuget.org/packages/IronOcr.Languages.Slovene/ to your Visual Studio project.
    Alternatively download the "Slovene.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SloveneFast
    Field Value
    Type Description
    OcrLanguage

    Spanish

    Spanish OCR language. Performs OCR, reading documents of the Spanish (español, castellano) language with an understanding of spelling and linguistic context.

    This Default variant of Spanish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Spanish
    Field Value
    Type Description
    OcrLanguage

    SpanishBest

    Spanish OCR language. Performs OCR, reading documents of the Spanish (español, castellano) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Spanish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SpanishBest
    Field Value
    Type Description
    OcrLanguage

    SpanishFast

    Spanish OCR language. Performs OCR, reading documents of the Spanish (español, castellano) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Spanish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SpanishFast
    Field Value
    Type Description
    OcrLanguage

    SpanishOld

    Spanish Old OCR language. Performs OCR, reading documents of the Spanish Old (español, castellano) language with an understanding of spelling and linguistic context.

    This Default variant of Spanish Old uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SpanishOld
    Field Value
    Type Description
    OcrLanguage

    SpanishOldBest

    Spanish Old OCR language. Performs OCR, reading documents of the Spanish Old (español, castellano) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Spanish Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SpanishOldBest
    Field Value
    Type Description
    OcrLanguage

    SpanishOldFast

    Spanish Old OCR language. Performs OCR, reading documents of the Spanish Old (español, castellano) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Spanish Old uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Spanish' from https://www.nuget.org/packages/IronOcr.Languages.Spanish/ to your Visual Studio project.
    Alternatively download the "Spanish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SpanishOldFast
    Field Value
    Type Description
    OcrLanguage

    Sundanese

    Sundanese OCR language. Performs OCR, reading documents of the Sundanese (Basa Sunda) language with an understanding of spelling and linguistic context.

    This Default variant of Sundanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sundanese' from https://www.nuget.org/packages/IronOcr.Languages.Sundanese/ to your Visual Studio project.
    Alternatively download the "Sundanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Sundanese
    Field Value
    Type Description
    OcrLanguage

    SundaneseBest

    Sundanese OCR language. Performs OCR, reading documents of the Sundanese (Basa Sunda) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Sundanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sundanese' from https://www.nuget.org/packages/IronOcr.Languages.Sundanese/ to your Visual Studio project.
    Alternatively download the "Sundanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SundaneseBest
    Field Value
    Type Description
    OcrLanguage

    SundaneseFast

    Sundanese OCR language. Performs OCR, reading documents of the Sundanese (Basa Sunda) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Sundanese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Sundanese' from https://www.nuget.org/packages/IronOcr.Languages.Sundanese/ to your Visual Studio project.
    Alternatively download the "Sundanese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SundaneseFast
    Field Value
    Type Description
    OcrLanguage

    Swahili

    Swahili OCR language. Performs OCR, reading documents of the Swahili (Kiswahili) language with an understanding of spelling and linguistic context.

    This Default variant of Swahili uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swahili' from https://www.nuget.org/packages/IronOcr.Languages.Swahili/ to your Visual Studio project.
    Alternatively download the "Swahili.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Swahili
    Field Value
    Type Description
    OcrLanguage

    SwahiliBest

    Swahili OCR language. Performs OCR, reading documents of the Swahili (Kiswahili) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Swahili uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swahili' from https://www.nuget.org/packages/IronOcr.Languages.Swahili/ to your Visual Studio project.
    Alternatively download the "Swahili.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SwahiliBest
    Field Value
    Type Description
    OcrLanguage

    SwahiliFast

    Swahili OCR language. Performs OCR, reading documents of the Swahili (Kiswahili) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Swahili uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swahili' from https://www.nuget.org/packages/IronOcr.Languages.Swahili/ to your Visual Studio project.
    Alternatively download the "Swahili.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SwahiliFast
    Field Value
    Type Description
    OcrLanguage

    Swedish

    Swedish OCR language. Performs OCR, reading documents of the Swedish (Svenska) language with an understanding of spelling and linguistic context.

    This Default variant of Swedish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swedish' from https://www.nuget.org/packages/IronOcr.Languages.Swedish/ to your Visual Studio project.
    Alternatively download the "Swedish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Swedish
    Field Value
    Type Description
    OcrLanguage

    SwedishBest

    Swedish OCR language. Performs OCR, reading documents of the Swedish (Svenska) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Swedish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swedish' from https://www.nuget.org/packages/IronOcr.Languages.Swedish/ to your Visual Studio project.
    Alternatively download the "Swedish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SwedishBest
    Field Value
    Type Description
    OcrLanguage

    SwedishFast

    Swedish OCR language. Performs OCR, reading documents of the Swedish (Svenska) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Swedish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Swedish' from https://www.nuget.org/packages/IronOcr.Languages.Swedish/ to your Visual Studio project.
    Alternatively download the "Swedish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SwedishFast
    Field Value
    Type Description
    OcrLanguage

    Syriac

    Syriac OCR language. Performs OCR, reading documents of the Syriac (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) language with an understanding of spelling and linguistic context.

    This Default variant of Syriac uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Syriac
    Field Value
    Type Description
    OcrLanguage

    SyriacAlphabet

    Syriac Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Syriac Alphabet (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Syriac Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SyriacAlphabet
    Field Value
    Type Description
    OcrLanguage

    SyriacAlphabetBest

    Syriac Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Syriac Alphabet (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Syriac Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SyriacAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    SyriacAlphabetFast

    Syriac Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Syriac Alphabet (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Syriac Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SyriacAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    SyriacBest

    Syriac OCR language. Performs OCR, reading documents of the Syriac (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Syriac uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SyriacBest
    Field Value
    Type Description
    OcrLanguage

    SyriacFast

    Syriac OCR language. Performs OCR, reading documents of the Syriac (Syrian, Syriac Aramaic,ܠܫܢܐ ܣܘܪܝܝܐ‎, Leššānā Suryāyā) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Syriac uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Syriac' from https://www.nuget.org/packages/IronOcr.Languages.Syriac/ to your Visual Studio project.
    Alternatively download the "Syriac.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage SyriacFast
    Field Value
    Type Description
    OcrLanguage

    Tagalog

    Tagalog OCR language. Performs OCR, reading documents of the Tagalog (Wikang Tagalog, ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔) language with an understanding of spelling and linguistic context.

    This Tagalog OCR language pack uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tagalog' from https://www.nuget.org/packages/IronOcr.Languages.Tagalog/ to your Visual Studio project.
    Alternatively download the "Tagalog.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tagalog
    Field Value
    Type Description
    OcrLanguage

    Tajik

    Tajik OCR language. Performs OCR, reading documents of the Tajik (тоҷикӣ, toğikī, تاجیکی‎) language with an understanding of spelling and linguistic context.

    This Default variant of Tajik uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tajik' from https://www.nuget.org/packages/IronOcr.Languages.Tajik/ to your Visual Studio project.
    Alternatively download the "Tajik.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tajik
    Field Value
    Type Description
    OcrLanguage

    TajikBest

    Tajik OCR language. Performs OCR, reading documents of the Tajik (тоҷикӣ, toğikī, تاجیکی‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tajik uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tajik' from https://www.nuget.org/packages/IronOcr.Languages.Tajik/ to your Visual Studio project.
    Alternatively download the "Tajik.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TajikBest
    Field Value
    Type Description
    OcrLanguage

    TajikFast

    Tajik OCR language. Performs OCR, reading documents of the Tajik (тоҷикӣ, toğikī, تاجیکی‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tajik uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tajik' from https://www.nuget.org/packages/IronOcr.Languages.Tajik/ to your Visual Studio project.
    Alternatively download the "Tajik.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TajikFast
    Field Value
    Type Description
    OcrLanguage

    Tamil

    Tamil OCR language. Performs OCR, reading documents of the Tamil (தமிழ்) language with an understanding of spelling and linguistic context.

    This Default variant of Tamil uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tamil
    Field Value
    Type Description
    OcrLanguage

    TamilAlphabet

    Tamil Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tamil Alphabet (தமிழ்) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Tamil Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TamilAlphabet
    Field Value
    Type Description
    OcrLanguage

    TamilAlphabetBest

    Tamil Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tamil Alphabet (தமிழ்) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Tamil Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TamilAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    TamilAlphabetFast

    Tamil Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tamil Alphabet (தமிழ்) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Tamil Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TamilAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    TamilBest

    Tamil OCR language. Performs OCR, reading documents of the Tamil (தமிழ்) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tamil uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TamilBest
    Field Value
    Type Description
    OcrLanguage

    TamilFast

    Tamil OCR language. Performs OCR, reading documents of the Tamil (தமிழ்) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tamil uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tamil' from https://www.nuget.org/packages/IronOcr.Languages.Tamil/ to your Visual Studio project.
    Alternatively download the "Tamil.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TamilFast
    Field Value
    Type Description
    OcrLanguage

    Tatar

    Tatar OCR language. Performs OCR, reading documents of the Tatar (татар теле, tatar tele) language with an understanding of spelling and linguistic context.

    This Default variant of Tatar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tatar' from https://www.nuget.org/packages/IronOcr.Languages.Tatar/ to your Visual Studio project.
    Alternatively download the "Tatar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tatar
    Field Value
    Type Description
    OcrLanguage

    TatarBest

    Tatar OCR language. Performs OCR, reading documents of the Tatar (татар теле, tatar tele) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tatar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tatar' from https://www.nuget.org/packages/IronOcr.Languages.Tatar/ to your Visual Studio project.
    Alternatively download the "Tatar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TatarBest
    Field Value
    Type Description
    OcrLanguage

    TatarFast

    Tatar OCR language. Performs OCR, reading documents of the Tatar (татар теле, tatar tele) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tatar uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tatar' from https://www.nuget.org/packages/IronOcr.Languages.Tatar/ to your Visual Studio project.
    Alternatively download the "Tatar.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TatarFast
    Field Value
    Type Description
    OcrLanguage

    Telugu

    Telugu OCR language. Performs OCR, reading documents of the Telugu (తెలుగు) language with an understanding of spelling and linguistic context.

    This Default variant of Telugu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Telugu
    Field Value
    Type Description
    OcrLanguage

    TeluguAlphabet

    Telugu Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Telugu Alphabet (తెలుగు) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Telugu Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TeluguAlphabet
    Field Value
    Type Description
    OcrLanguage

    TeluguAlphabetBest

    Telugu Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Telugu Alphabet (తెలుగు) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Telugu Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TeluguAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    TeluguAlphabetFast

    Telugu Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Telugu Alphabet (తెలుగు) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Telugu Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TeluguAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    TeluguBest

    Telugu OCR language. Performs OCR, reading documents of the Telugu (తెలుగు) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Telugu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TeluguBest
    Field Value
    Type Description
    OcrLanguage

    TeluguFast

    Telugu OCR language. Performs OCR, reading documents of the Telugu (తెలుగు) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Telugu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Telugu' from https://www.nuget.org/packages/IronOcr.Languages.Telugu/ to your Visual Studio project.
    Alternatively download the "Telugu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TeluguFast
    Field Value
    Type Description
    OcrLanguage

    ThaanaAlphabet

    Thaana Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thaana Alphabet (Taana , Tāna , ތާނަ‎) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Thaana Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thaana' from https://www.nuget.org/packages/IronOcr.Languages.Thaana/ to your Visual Studio project.
    Alternatively download the "Thaana.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaanaAlphabet
    Field Value
    Type Description
    OcrLanguage

    ThaanaAlphabetBest

    Thaana Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thaana Alphabet (Taana , Tāna , ތާނަ‎) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Thaana Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thaana' from https://www.nuget.org/packages/IronOcr.Languages.Thaana/ to your Visual Studio project.
    Alternatively download the "Thaana.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaanaAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    ThaanaAlphabetFast

    Thaana Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thaana Alphabet (Taana , Tāna , ތާނަ‎) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Thaana Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thaana' from https://www.nuget.org/packages/IronOcr.Languages.Thaana/ to your Visual Studio project.
    Alternatively download the "Thaana.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaanaAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    Thai

    Thai OCR language. Performs OCR, reading documents of the Thai (ไทย) language with an understanding of spelling and linguistic context.

    This Default variant of Thai uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Thai
    Field Value
    Type Description
    OcrLanguage

    ThaiAlphabet

    Thai Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thai Alphabet (ไทย) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Thai Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaiAlphabet
    Field Value
    Type Description
    OcrLanguage

    ThaiAlphabetBest

    Thai Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thai Alphabet (ไทย) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Thai Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaiAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    ThaiAlphabetFast

    Thai Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Thai Alphabet (ไทย) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Thai Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaiAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    ThaiBest

    Thai OCR language. Performs OCR, reading documents of the Thai (ไทย) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Thai uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaiBest
    Field Value
    Type Description
    OcrLanguage

    ThaiFast

    Thai OCR language. Performs OCR, reading documents of the Thai (ไทย) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Thai uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Thai' from https://www.nuget.org/packages/IronOcr.Languages.Thai/ to your Visual Studio project.
    Alternatively download the "Thai.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage ThaiFast
    Field Value
    Type Description
    OcrLanguage

    Tibetan

    Tibetan OCR language. Performs OCR, reading documents of the Tibetan (Tibetan Standard, Tibetan, Central ཡིག་) language with an understanding of spelling and linguistic context.

    This Default variant of Tibetan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tibetan
    Field Value
    Type Description
    OcrLanguage

    TibetanAlphabet

    Tibetan Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tibetan Alphabet (Tibetan Standard, Tibetan, Central ཡིག་) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Tibetan Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TibetanAlphabet
    Field Value
    Type Description
    OcrLanguage

    TibetanAlphabetBest

    Tibetan Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tibetan Alphabet (Tibetan Standard, Tibetan, Central ཡིག་) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Tibetan Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TibetanAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    TibetanAlphabetFast

    Tibetan Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Tibetan Alphabet (Tibetan Standard, Tibetan, Central ཡིག་) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Tibetan Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TibetanAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    TibetanBest

    Tibetan OCR language. Performs OCR, reading documents of the Tibetan (Tibetan Standard, Tibetan, Central ཡིག་) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tibetan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TibetanBest
    Field Value
    Type Description
    OcrLanguage

    TibetanFast

    Tibetan OCR language. Performs OCR, reading documents of the Tibetan (Tibetan Standard, Tibetan, Central ཡིག་) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tibetan uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tibetan' from https://www.nuget.org/packages/IronOcr.Languages.Tibetan/ to your Visual Studio project.
    Alternatively download the "Tibetan.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TibetanFast
    Field Value
    Type Description
    OcrLanguage

    Tigrinya

    Tigrinya OCR language. Performs OCR, reading documents of the Tigrinya (ትግርኛ) language with an understanding of spelling and linguistic context.

    This Default variant of Tigrinya uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tigrinya' from https://www.nuget.org/packages/IronOcr.Languages.Tigrinya/ to your Visual Studio project.
    Alternatively download the "Tigrinya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tigrinya
    Field Value
    Type Description
    OcrLanguage

    TigrinyaBest

    Tigrinya OCR language. Performs OCR, reading documents of the Tigrinya (ትግርኛ) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tigrinya uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tigrinya' from https://www.nuget.org/packages/IronOcr.Languages.Tigrinya/ to your Visual Studio project.
    Alternatively download the "Tigrinya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TigrinyaBest
    Field Value
    Type Description
    OcrLanguage

    TigrinyaFast

    Tigrinya OCR language. Performs OCR, reading documents of the Tigrinya (ትግርኛ) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tigrinya uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tigrinya' from https://www.nuget.org/packages/IronOcr.Languages.Tigrinya/ to your Visual Studio project.
    Alternatively download the "Tigrinya.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TigrinyaFast
    Field Value
    Type Description
    OcrLanguage

    Tonga

    Tonga OCR language. Performs OCR, reading documents of the Tonga (faka Tonga) language with an understanding of spelling and linguistic context.

    This Default variant of Tonga uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tonga' from https://www.nuget.org/packages/IronOcr.Languages.Tonga/ to your Visual Studio project.
    Alternatively download the "Tonga.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Tonga
    Field Value
    Type Description
    OcrLanguage

    TongaBest

    Tonga OCR language. Performs OCR, reading documents of the Tonga (faka Tonga) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Tonga uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tonga' from https://www.nuget.org/packages/IronOcr.Languages.Tonga/ to your Visual Studio project.
    Alternatively download the "Tonga.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TongaBest
    Field Value
    Type Description
    OcrLanguage

    TongaFast

    Tonga OCR language. Performs OCR, reading documents of the Tonga (faka Tonga) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Tonga uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Tonga' from https://www.nuget.org/packages/IronOcr.Languages.Tonga/ to your Visual Studio project.
    Alternatively download the "Tonga.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TongaFast
    Field Value
    Type Description
    OcrLanguage

    Turkish

    Turkish OCR language. Performs OCR, reading documents of the Turkish (Türkçe) language with an understanding of spelling and linguistic context.

    This Default variant of Turkish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Turkish' from https://www.nuget.org/packages/IronOcr.Languages.Turkish/ to your Visual Studio project.
    Alternatively download the "Turkish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Turkish
    Field Value
    Type Description
    OcrLanguage

    TurkishBest

    Turkish OCR language. Performs OCR, reading documents of the Turkish (Türkçe) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Turkish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Turkish' from https://www.nuget.org/packages/IronOcr.Languages.Turkish/ to your Visual Studio project.
    Alternatively download the "Turkish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TurkishBest
    Field Value
    Type Description
    OcrLanguage

    TurkishFast

    Turkish OCR language. Performs OCR, reading documents of the Turkish (Türkçe) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Turkish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Turkish' from https://www.nuget.org/packages/IronOcr.Languages.Turkish/ to your Visual Studio project.
    Alternatively download the "Turkish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage TurkishFast
    Field Value
    Type Description
    OcrLanguage

    Ukrainian

    Ukrainian OCR language. Performs OCR, reading documents of the Ukrainian (українська мова) language with an understanding of spelling and linguistic context.

    This Default variant of Ukrainian uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ukrainian' from https://www.nuget.org/packages/IronOcr.Languages.Ukrainian/ to your Visual Studio project.
    Alternatively download the "Ukrainian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Ukrainian
    Field Value
    Type Description
    OcrLanguage

    UkrainianBest

    Ukrainian OCR language. Performs OCR, reading documents of the Ukrainian (українська мова) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Ukrainian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ukrainian' from https://www.nuget.org/packages/IronOcr.Languages.Ukrainian/ to your Visual Studio project.
    Alternatively download the "Ukrainian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UkrainianBest
    Field Value
    Type Description
    OcrLanguage

    UkrainianFast

    Ukrainian OCR language. Performs OCR, reading documents of the Ukrainian (українська мова) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Ukrainian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Ukrainian' from https://www.nuget.org/packages/IronOcr.Languages.Ukrainian/ to your Visual Studio project.
    Alternatively download the "Ukrainian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UkrainianFast
    Field Value
    Type Description
    OcrLanguage

    Urdu

    Urdu OCR language. Performs OCR, reading documents of the Urdu (اردو) language with an understanding of spelling and linguistic context.

    This Default variant of Urdu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Urdu' from https://www.nuget.org/packages/IronOcr.Languages.Urdu/ to your Visual Studio project.
    Alternatively download the "Urdu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Urdu
    Field Value
    Type Description
    OcrLanguage

    UrduBest

    Urdu OCR language. Performs OCR, reading documents of the Urdu (اردو) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Urdu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Urdu' from https://www.nuget.org/packages/IronOcr.Languages.Urdu/ to your Visual Studio project.
    Alternatively download the "Urdu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UrduBest
    Field Value
    Type Description
    OcrLanguage

    UrduFast

    Urdu OCR language. Performs OCR, reading documents of the Urdu (اردو) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Urdu uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Urdu' from https://www.nuget.org/packages/IronOcr.Languages.Urdu/ to your Visual Studio project.
    Alternatively download the "Urdu.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UrduFast
    Field Value
    Type Description
    OcrLanguage

    Uyghur

    Uyghur OCR language. Performs OCR, reading documents of the Uyghur (Uyƣurqə, ئۇيغۇرچە‎) language with an understanding of spelling and linguistic context.

    This Default variant of Uyghur uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uyghur' from https://www.nuget.org/packages/IronOcr.Languages.Uyghur/ to your Visual Studio project.
    Alternatively download the "Uyghur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Uyghur
    Field Value
    Type Description
    OcrLanguage

    UyghurBest

    Uyghur OCR language. Performs OCR, reading documents of the Uyghur (Uyƣurqə, ئۇيغۇرچە‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Uyghur uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uyghur' from https://www.nuget.org/packages/IronOcr.Languages.Uyghur/ to your Visual Studio project.
    Alternatively download the "Uyghur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UyghurBest
    Field Value
    Type Description
    OcrLanguage

    UyghurFast

    Uyghur OCR language. Performs OCR, reading documents of the Uyghur (Uyƣurqə, ئۇيغۇرچە‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Uyghur uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uyghur' from https://www.nuget.org/packages/IronOcr.Languages.Uyghur/ to your Visual Studio project.
    Alternatively download the "Uyghur.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UyghurFast
    Field Value
    Type Description
    OcrLanguage

    Uzbek

    Uzbek OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language with an understanding of spelling and linguistic context.

    This Default variant of Uzbek uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Uzbek
    Field Value
    Type Description
    OcrLanguage

    UzbekBest

    Uzbek OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Uzbek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UzbekBest
    Field Value
    Type Description
    OcrLanguage

    UzbekCyrillic

    Uzbek Cyrillic OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This Default variant of Uzbek Cyrillic uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UzbekCyrillic
    Field Value
    Type Description
    OcrLanguage

    UzbekCyrillicBest

    Uzbek Cyrillic OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Uzbek Cyrillic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UzbekCyrillicBest
    Field Value
    Type Description
    OcrLanguage

    UzbekCyrillicFast

    Uzbek Cyrillic OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language ,using the Cyrillic alphabet, with an understanding of spelling and linguistic context.

    This 'Fast' variant of Uzbek Cyrillic uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UzbekCyrillicFast
    Field Value
    Type Description
    OcrLanguage

    UzbekFast

    Uzbek OCR language. Performs OCR, reading documents of the Uzbek (O‘zbek, Ўзбек, أۇزبېك‎) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Uzbek uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Uzbek' from https://www.nuget.org/packages/IronOcr.Languages.Uzbek/ to your Visual Studio project.
    Alternatively download the "Uzbek.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage UzbekFast
    Field Value
    Type Description
    OcrLanguage

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vietnamese

    Vietnamese OCR language. Performs OCR, reading documents of the Vietnamese (Tiếng Việt) language with an understanding of spelling and linguistic context.

    This Default variant of Vietnamese uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Vietnamese
    Field Value
    Type Description
    OcrLanguage

    VietnameseAlphabet

    Vietnamese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Vietnamese Alphabet (Tiếng Việt) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This Default variant of Vietnamese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage VietnameseAlphabet
    Field Value
    Type Description
    OcrLanguage

    VietnameseAlphabetBest

    Vietnamese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Vietnamese Alphabet (Tiếng Việt) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Best' (detailed) variant of Vietnamese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage VietnameseAlphabetBest
    Field Value
    Type Description
    OcrLanguage

    VietnameseAlphabetFast

    Vietnamese Alphabetic Script OCR dictionary. Performs OCR, identifying characters of Vietnamese Alphabet (Tiếng Việt) languages.

    Alphabetic script OCR dictionaries such as this contain detailed information about the shapes letters of an alphabet, but do not utilize any other information about a language such as word-frequency and do not understand linguistic context. This has both advantages and disadvantages.

    This 'Fast' variant of Vietnamese Alphabet uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage VietnameseAlphabetFast
    Field Value
    Type Description
    OcrLanguage

    VietnameseBest

    Vietnamese OCR language. Performs OCR, reading documents of the Vietnamese (Tiếng Việt) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Vietnamese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage VietnameseBest
    Field Value
    Type Description
    OcrLanguage

    VietnameseFast

    Vietnamese OCR language. Performs OCR, reading documents of the Vietnamese (Tiếng Việt) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Vietnamese uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Vietnamese' from https://www.nuget.org/packages/IronOcr.Languages.Vietnamese/ to your Visual Studio project.
    Alternatively download the "Vietnamese.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage VietnameseFast
    Field Value
    Type Description
    OcrLanguage

    Welsh

    Welsh OCR language. Performs OCR, reading documents of the Welsh (Cymraeg) language with an understanding of spelling and linguistic context.

    This Default variant of Welsh uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Welsh' from https://www.nuget.org/packages/IronOcr.Languages.Welsh/ to your Visual Studio project.
    Alternatively download the "Welsh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Welsh
    Field Value
    Type Description
    OcrLanguage

    WelshBest

    Welsh OCR language. Performs OCR, reading documents of the Welsh (Cymraeg) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Welsh uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Welsh' from https://www.nuget.org/packages/IronOcr.Languages.Welsh/ to your Visual Studio project.
    Alternatively download the "Welsh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage WelshBest
    Field Value
    Type Description
    OcrLanguage

    WelshFast

    Welsh OCR language. Performs OCR, reading documents of the Welsh (Cymraeg) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Welsh uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Welsh' from https://www.nuget.org/packages/IronOcr.Languages.Welsh/ to your Visual Studio project.
    Alternatively download the "Welsh.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage WelshFast
    Field Value
    Type Description
    OcrLanguage

    WesternFrisian

    Western Frisian OCR language. Performs OCR, reading documents of the Western Frisian (Frysk) language with an understanding of spelling and linguistic context.

    This Default variant of Western Frisian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.WesternFrisian' from https://www.nuget.org/packages/IronOcr.Languages.WesternFrisian/ to your Visual Studio project.
    Alternatively download the "WesternFrisian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage WesternFrisian
    Field Value
    Type Description
    OcrLanguage

    WesternFrisianBest

    Western Frisian OCR language. Performs OCR, reading documents of the Western Frisian (Frysk) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Western Frisian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.WesternFrisian' from https://www.nuget.org/packages/IronOcr.Languages.WesternFrisian/ to your Visual Studio project.
    Alternatively download the "WesternFrisian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage WesternFrisianBest
    Field Value
    Type Description
    OcrLanguage

    WesternFrisianFast

    Western Frisian OCR language. Performs OCR, reading documents of the Western Frisian (Frysk) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Western Frisian uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.WesternFrisian' from https://www.nuget.org/packages/IronOcr.Languages.WesternFrisian/ to your Visual Studio project.
    Alternatively download the "WesternFrisian.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage WesternFrisianFast
    Field Value
    Type Description
    OcrLanguage

    Yiddish

    Yiddish OCR language. Performs OCR, reading documents of the Yiddish (ייִדיש) language with an understanding of spelling and linguistic context.

    This Default variant of Yiddish uses both an LTSM (Long Term Short Term neural network) and an OEM (shape recognition evolved from Tesseract 3) OCR strategies which can mesh them together to produce results which are both fast and accurate.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yiddish' from https://www.nuget.org/packages/IronOcr.Languages.Yiddish/ to your Visual Studio project.
    Alternatively download the "Yiddish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Yiddish
    Field Value
    Type Description
    OcrLanguage

    YiddishBest

    Yiddish OCR language. Performs OCR, reading documents of the Yiddish (ייִדיש) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Yiddish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yiddish' from https://www.nuget.org/packages/IronOcr.Languages.Yiddish/ to your Visual Studio project.
    Alternatively download the "Yiddish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage YiddishBest
    Field Value
    Type Description
    OcrLanguage

    YiddishFast

    Yiddish OCR language. Performs OCR, reading documents of the Yiddish (ייִדיש) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Yiddish uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yiddish' from https://www.nuget.org/packages/IronOcr.Languages.Yiddish/ to your Visual Studio project.
    Alternatively download the "Yiddish.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage YiddishFast
    Field Value
    Type Description
    OcrLanguage

    Yoruba

    Yoruba OCR language. Performs OCR, reading documents of the Yoruba (Yorùbá) language with an understanding of spelling and linguistic context.

    This Default variant of Yoruba uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yoruba' from https://www.nuget.org/packages/IronOcr.Languages.Yoruba/ to your Visual Studio project.
    Alternatively download the "Yoruba.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage Yoruba
    Field Value
    Type Description
    OcrLanguage

    YorubaBest

    Yoruba OCR language. Performs OCR, reading documents of the Yoruba (Yorùbá) language with an understanding of spelling and linguistic context.

    This 'Best' (detailed) variant of Yoruba uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for detail over speed.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yoruba' from https://www.nuget.org/packages/IronOcr.Languages.Yoruba/ to your Visual Studio project.
    Alternatively download the "Yoruba.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage YorubaBest
    Field Value
    Type Description
    OcrLanguage

    YorubaFast

    Yoruba OCR language. Performs OCR, reading documents of the Yoruba (Yorùbá) language with an understanding of spelling and linguistic context.

    This 'Fast' variant of Yoruba uses only an LTSM (Long Term Short Term neural network) Tesseract OCR engine which has been optimised for speed with a small cost to accuracy.

    To use this language please install the Nuget Package 'IronOcr.Languages.Yoruba' from https://www.nuget.org/packages/IronOcr.Languages.Yoruba/ to your Visual Studio project.
    Alternatively download the "Yoruba.ocrdata" language file from https://ironsoftware.com/csharp/ocr/languages/ and add it to your project with the property CopyToOutputDirectory = CopyIfNewer

    Declaration
    public const OcrLanguage YorubaFast
    Field Value
    Type Description
    OcrLanguage
    ☀
    ☾
    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.