API Reference
Class
OcrProcessCommand
One direct executable invocation used by optional OCR providers.
Inheritance
- Object
- OcrProcessCommand
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method OcrProcessRunner.RunAsync
Constructors
public OcrProcessCommand() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String FileName { get; set; } #Executable path or name resolved by the operating system.
public IReadOnlyList<String> Arguments { get; set; } #Argument values passed directly to the executable without invoking a shell.
public String WorkingDirectory { get; set; } #Optional working directory.
public IReadOnlyDictionary<String, String> EnvironmentVariables { get; set; } #Optional environment values applied to the child process.
public TimeSpan Timeout { get; set; } #Maximum process duration. Defaults to two minutes.
public Int32 MaxStandardOutputCharacters { get; set; } #Maximum retained standard-output characters. The stream is drained after the bound is reached.
public Int32 MaxStandardErrorCharacters { get; set; } #Maximum retained standard-error characters. The stream is drained after the bound is reached.