IImageOperation interface
Image operation interface.
After the image is captured a sequence of specified operations can be applied to it:
- image crop
- document boundary detection
- export to different formats
- rotation
- quality for OCR assessment
Create an operation using on of the IImagingCoreAPI interface methods, set up the operation and then call Apply method of this interface to captured image.
interface IImageOperation
Methods
Name | Description |
---|---|
Apply | Applies chosen operation to the image. |
3/2/2022 12:59:15 PM