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

IOcrProfileService

public interface IOcrProfileService
Represents the optical character recognition API service.
OcrProfile Create(int workspaceId, OcrProfile entity)

Creates the specified [OcrProfile](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.OcrProfile.html).

void Delete(int workspaceId, int entityId)

Deletes the [OcrProfile](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.OcrProfile.html) by ArtifactID.

OcrProfile Get(int workspaceId, int entityId)

Gets the [OcrProfile](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.OcrProfile.html) by the specified ArtifactID.