Package net.sourceforge.tess4j
Class OSDResult
java.lang.Object
net.sourceforge.tess4j.OSDResult
Encapsulates Tesseract Orientation Script Detection (OSD) results.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OSDResult
public OSDResult()Default constructor. -
OSDResult
Constructor.- Parameters:
orientDeg
- the detected clockwise rotation of the input image in degrees (0, 90, 180, 270)orientConf
- confidence in the orientation (15.0 is reasonably confident)scriptName
- the name of the scriptscriptConf
- confidence level in the script
-
-
Method Details