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