Package de.elo.ix.client
Class OcrResultRecognizeFile
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrResultRecognizeFile
- All Implemented Interfaces:
Serializable
This class contains the result of an OCR analysis.
- Since:
- 8.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intPage height.protected doubleSkew angle.protected StringRecognized text.protected FileDataBinary data.protected intPage width.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoublegetText()intgetWidth()voidsetHeight(int height) voidsetSkewAngle(double skewAngle) voidvoidsetTextData(FileData textData) voidsetWidth(int width) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
textData
Binary data. This member is set, ifOcrInfoRecognizeFile.outputFormatwas set toOcrInfoC.CHAR_AND_RECT. -
text
Recognized text. This member is set, ifOcrInfoRecognizeFile.outputFormatwas set toOcrInfoC.TEXT. -
skewAngle
protected double skewAngleSkew angle. Only valid if a single page was analyzed, seeOcrInfoRecognizeFile.pageNo. -
width
protected int widthPage width. Only valid if a single page was analyzed, seeOcrInfoRecognizeFile.pageNo. -
height
protected int heightPage height. Only valid if a single page was analyzed, seeOcrInfoRecognizeFile.pageNo.
-
-
Constructor Details
-
OcrResultRecognizeFile
public OcrResultRecognizeFile()
-
-
Method Details
-
toString
-
getTextData
-
setTextData
-
getText
-
setText
-
getSkewAngle
public double getSkewAngle() -
setSkewAngle
public void setSkewAngle(double skewAngle) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height)
-