public Document recognizeToFileAndMemory( RecognitionParameters params, java.awt.image.BufferedImage img, FileFormat format, FileMode fileMode, java.lang.String outputFile, Document existingDocument ) |
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.
- existingDocument
- An existing Document object that will have a new page of data appended.
Return Value
A result from recognition.