|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ocr.core.publicapi.OCRConfig
public final class OCRConfig
Configuration for OCR system.
Constructor Summary | |
---|---|
OCRConfig()
|
Method Summary | |
---|---|
com.aspose.ocr.core.publicapi.port.IDictionaryReader |
getDictionaryReader()
Get or set any of available dictionary readers for post processing, if not set, post processing is not turned on. |
boolean |
getNeedRotationCorrection()
Gets or sets a value that indicates whether need picture rotate correction |
boolean |
getUseDefaultDictionaries()
If DictionaryReader property is null, this property indicates whether to use default dictionaries |
void |
setNeedRotationCorrection(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OCRConfig()
Method Detail |
---|
public boolean getNeedRotationCorrection()
public void setNeedRotationCorrection(boolean value)
public com.aspose.ocr.core.publicapi.port.IDictionaryReader getDictionaryReader()
public boolean getUseDefaultDictionaries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |