Remove header from faxed image
Visual Basic |
---|
Public Sub FaxRemoveHeader() |
A fax header consists of uniform text objects, residing on a single fax scan line, and located at the upper edge of the image. Once images are re-scanned or deskewed, their text objects will no longer reside on a single scan line and will not be identified as a fax header.
VB Example (Visual Basic) | Copy Code |
---|---|
Public Sub T_FaxProcessing(ByRef Rep As CiRepair) Rep.FaxStandardToFine Rep.FaxRemoveHeader Rep.FaxRemoveBlankLines End Sub |