IImagingCoreAPI interface
Provides access to functionality for single image capture scenario.
interface IImagingCoreAPI
Methods
| Name | Description |
|---|---|
| LoadImage | Loads an image from a byte buffer. |
| LoadImageAsync | Loads an image asynchronously from an ImageSource object. |
| CreateDetectDocumentBoundaryOperation | Creates an operation for document boundary detection. |
| CreateCropOperation | Creates an operation for image crop. |
| CreateRotateOperation | Creates an operation for rotating the image. |
| CreateQualityAssessmentForOcrOperation | Creates an operation for estimating if an image quality is suitable for OCR. |
| CreateExportToJpgOperation | Creates an operation for exporting image to JPG. |
| CreateExportToPngOperation | Creates an operation for exporting image to PNG. |
| CreateExportToPdfOperation | Creates an operation for exporting image to PDF. |
3/2/2022 12:59:15 PM