com.minderupt.micrtools
Interface MICRRepair

All Known Implementing Classes:
SimpleMICRRepairImpl, SimpleNoOCRMICRRepairImpl

public interface MICRRepair


Method Summary
 int getFieldMisreadCountThreshold()
           
 java.lang.String getMICRMisreadCharacter()
           
 OCRService getOCRService()
           
 MICR repairMICR(MICR badMICR, java.awt.image.BufferedImage checkImage)
           
 MICR repairMICR(MICR badMICR, MICR goodMICR)
           
 void setFieldMisreadCountThreshold(int threshold)
           
 void setMICRMisreadCharacter(java.lang.String misreadChar)
           
 void setOCRService(OCRService ocr)
           
 

Method Detail

repairMICR

MICR repairMICR(MICR badMICR,
                MICR goodMICR)
                throws MICRRepairException
Throws:
MICRRepairException

repairMICR

MICR repairMICR(MICR badMICR,
                java.awt.image.BufferedImage checkImage)
                throws MICRRepairException
Throws:
MICRRepairException

setMICRMisreadCharacter

void setMICRMisreadCharacter(java.lang.String misreadChar)

getMICRMisreadCharacter

java.lang.String getMICRMisreadCharacter()

setFieldMisreadCountThreshold

void setFieldMisreadCountThreshold(int threshold)

getFieldMisreadCountThreshold

int getFieldMisreadCountThreshold()

setOCRService

void setOCRService(OCRService ocr)

getOCRService

OCRService getOCRService()


Copyright 2006 null. All Rights Reserved.