net.sourceforge.javaocr
Interface ImageScanner

All Known Implementing Classes:
DocumentScanner

Deprecated. - do we need this interface at all?

public interface ImageScanner

Interface contract to perform document scanning

Author:
Konstantin Pribluda

Method Summary
 void scan(Image image, DocumentScannerListener listener, int left, int top, int right, int bottom)
          Deprecated. scan document and generate events for interested parties
 

Method Detail

scan

void scan(Image image,
          DocumentScannerListener listener,
          int left,
          int top,
          int right,
          int bottom)
Deprecated. 
scan document and generate events for interested parties

Parameters:
image - Image to be scanned
listener - Listener receiving events
left - boundary
top - boundary
right - boundary
bottom - boundary


Copyright © -2012. All Rights Reserved.