Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IOcrService.cs
1using IdApp.Cv;
3
5{
9 [DefaultImplementation(typeof(OcrService))]
10 public interface IOcrService
11 {
19 Task<string[]> ProcessImage(IMatrix Image, string Language, PageSegmentationMode? PageSegmentationMode);
20
21 }
22}
Optical Character Recognition (OCR) Service.
Definition: OcrService.cs:13
Interface for matrices.
Definition: IMatrix.cs:9
Interface for the Optical Character Recognition (OCR) Service.
Definition: IOcrService.cs:11
Task< string[]> ProcessImage(IMatrix Image, string Language, PageSegmentationMode? PageSegmentationMode)
Processes an image and tries to extract strings of characters from it.
Definition: Abs.cs:2
PageSegmentationMode
Page Segmentation Mode