TemplateProcessor

Inheritance: java.lang.Object

public class TemplateProcessor

Class for processing templates and images.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
recalculate(RecognitionResult result)Updates recognition result using fine tuned parameters.
recalculate(RecognitionResult result, int recognitionThreshold)Updates recognition result using fine tuned parameters.
recognizeImage(String imagePath)Recognizes image
recognizeImage(String imagePath, int recognitionThreshold)Recognizes image
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

recalculate(RecognitionResult result)

public final void recalculate(RecognitionResult result)

Updates recognition result using fine tuned parameters.

Parameters:

ParameterTypeDescription
resultRecognitionResultThe recognition result to update.

recalculate(RecognitionResult result, int recognitionThreshold)

public final void recalculate(RecognitionResult result, int recognitionThreshold)

Updates recognition result using fine tuned parameters.

Parameters:

ParameterTypeDescription
resultRecognitionResultThe recognition result to update.
recognitionThresholdint(Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled.

recognizeImage(String imagePath)

public final RecognitionResult recognizeImage(String imagePath)

Recognizes image

Parameters:

ParameterTypeDescription
imagePathjava.lang.StringThe path to the image to recognize

Returns: RecognitionResult - The recognition result

recognizeImage(String imagePath, int recognitionThreshold)

public final RecognitionResult recognizeImage(String imagePath, int recognitionThreshold)

Recognizes image

Parameters:

ParameterTypeDescription
imagePathjava.lang.StringThe path to the image to recognize
recognitionThresholdint(Optional) The recognition threshold in range (0..100) Only elements filled above threshold will be counted as filled.

Returns: RecognitionResult - The recognition result

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int