API Reference

Class

OcrProcessCommand

Namespace OfficeIMO.Ocr.Process
Assembly OfficeIMO.Ocr.Process
Modifiers sealed

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

Constructors

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.