Show / Hide Table of Contents

Class OcrEngineCaller

Call the OCR on an image and return the UWP OcrResult.

Inheritance
System.Object
OcrEngineCaller
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Tiresias
Assembly: Phoenix.Plugin.Tiresias.dll
Syntax
public static class OcrEngineCaller

Methods

View Source

Run(String)

Run OCR on image with specified file path.

Declaration
public static async Task<OcrResult> Run(string fileName)
Parameters
Type Name Description
System.String fileName

The full path of the image.

Returns
Type Description
System.Threading.Tasks.Task<OcrResult>

A System.Threading.Tasks.Task<TResult> representing the result of the asynchronous operation.

  • View Source
In This Article
Back to top Generated by DocFX