Accusoft.OCRXpress.Java - Updated
recognizeToFile Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > OcrXpress Class : recognizeToFile Method
Parameters with which to perform recognition.
Image on which to perform recognition.
File format to output.
File mode for the output.
Output file path.
Recognizes an image and outputs the result to file.
Syntax
public void recognizeToFile( 
   RecognitionParameters params,
   java.awt.image.BufferedImage img,
   FileFormat format,
   FileMode fileMode,
   java.lang.String outputFile
)

Parameters

params
Parameters with which to perform recognition.
img
Image on which to perform recognition.
format
File format to output.
fileMode
File mode for the output.
outputFile
Output file path.
Exceptions
ExceptionDescription
If an error occurs in the internal recognition engine.
See Also

Reference

OcrXpress Class
OcrXpress Members