Locate and MICR line anywhere on an image. Extract identified type of the document image: personal or business check, IRD. Rotate and deskew if needed.
Visual Basic |
---|
Public Function ExtractCheck() As ICiImage |
CiImage object. See CiImage reference in Inlite's ClearImage COM Server help.
null or Nothing if no MICR line is found.
null or Nothing if no MICR line is found.
If check is detected MicrLine(1) property contain MICR line information.
MicrLine(1).Document property contains check image geomtrical information.
MicrLine(1).Document property contains check image geomtrical information.
In VB project Add Reference to ClearCheck21 MICR Reader and ClearImage COM Server
Visual Basic | Copy Code | |
---|---|---|
|
In C# project Add Reference -> COM Tab -> ClearCheck21 MICR Reader and ClearImage COM Server
C# | Copy Code | |
---|---|---|
|