Parameters
- target
- The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method.
Return Value
TextBlockResult from recognition
Exception | Description |
---|---|
BitDepthException | Supported bit depths are 1-, 8-, 24- and 32-bits per pixel. |
System.FormatException | The image data cannot be read for format reasons other than an unsupported bit depth. |
InvalidLicenseException | An invalid license is being used. |
InvalidAreaException | An area coordinate is outside the current image. |
System.ArgumentNullException | The image handle is null. |
System.PlatformNotSupportedException | This function is only supported on Microsoft Windows. |