Search Results for

    Show / Hide Table of Contents

    Interface IOCRService

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IOCRService : IDisposable

    Properties

    | Improve this Doc View Source

    DefaultOptions

    Declaration
    OCROption DefaultOptions { get; set; }
    Property Value
    Type Description
    OCROption
    | Improve this Doc View Source

    ImageHeight

    Declaration
    float ImageHeight { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    PageCount

    Declaration
    int PageCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ExtractText()

    Declaration
    OCRResult ExtractText()
    Returns
    Type Description
    OCRResult
    | Improve this Doc View Source

    ExtractText(OCROption)

    Declaration
    OCRResult ExtractText(OCROption options)
    Parameters
    Type Name Description
    OCROption options
    Returns
    Type Description
    OCRResult
    | Improve this Doc View Source

    LoadImage(Byte[])

    Declaration
    bool LoadImage(byte[] image)
    Parameters
    Type Name Description
    System.Byte[] image
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx