<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

OcrProfile

public class OcrProfile : NamedArtifact
A representation of a optical character recognition profile.
public NamedArtifact Accuracy { get; set; }

Gets or sets the accuracy.

public bool AutoRotateImages { get; set; }

Gets or sets a value indicating whether ocr has auto rotate images.

public int ImageTimeout { get; set; }

Gets or sets the image timeout.

public string Keywords { get; set; }

Gets or sets the keywords.

public List<NamedArtifact> Languages { get; set; }

Gets or sets the languages.

public string Notes { get; set; }

Gets or sets the notes.

public bool OnPartialError { get; set; }

Gets or sets a value indicating whether ocr runs on partial errors.

public bool PreprocessImages { get; set; }

Gets or sets a value indicating whether ocr need to preprocess images.

public OcrProfile()