Interface IOCRService
Inherited Members
System.IDisposable.Dispose()
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IOCRService : IDisposable
Properties
|
Improve this Doc
View Source
DefaultOptions
Declaration
OCROption DefaultOptions { get; set; }
Property Value
|
Improve this Doc
View Source
ImageHeight
Declaration
float ImageHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
PageCount
Declaration
int PageCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
Returns
|
Improve this Doc
View Source
Declaration
OCRResult ExtractText(OCROption options)
Parameters
Returns
|
Improve this Doc
View Source
LoadImage(Byte[])
Declaration
bool LoadImage(byte[] image)
Parameters
Type |
Name |
Description |
System.Byte[] |
image |
|
Returns
Type |
Description |
System.Boolean |
|