ImgRemoveDistCharBox |
Top Previous Next |
Prototype
ImgRemoveDistCharBox(HandleImage,MinHorzLen,MinVertLen,boolPoorQuality)
Description
Remove box separated around chars.
Parameters
HandleImage: integer value corresponding to image handle.
MinHorzLen: minimum box length in pixel.
MinVertLen: minimum box height in pixel.
boolPoorQualitt: boolean value. If it is TRUE the box have low quality.
Returned Value
None.
Note
Line length have to be in pixel: pixel = (cm / 2,54) * Resolution
Example
// Remove box around chars ImgRemoveDistCharBox(_CurrentImage,300,80,True);
|