Accusoft.OCRXpress.Java - Updated
recognizeToMemory(RecognitionParameters,BufferedImage,Document) Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > OcrXpress Class > recognizeToMemory Method : recognizeToMemory(RecognitionParameters,BufferedImage,Document) Method
Parameters with which to perform recognition.
Image on which to perform recognition.
An existing Document object that will have a new page of data appended.
Recognizes an image and outputs the result to file.
Syntax
public Document recognizeToMemory( 
   RecognitionParameters params,
   java.awt.image.BufferedImage img,
   Document existingDocument
)

Parameters

params
Parameters with which to perform recognition.
img
Image on which to perform recognition.
existingDocument
An existing Document object that will have a new page of data appended.

Return Value

A result from recognition.
Exceptions
ExceptionDescription
If an error occurs in the internal recognition engine.
See Also

Reference

OcrXpress Class
OcrXpress Members
Overload List