public class DigitizerSettings extends Object
| Constructor and Description |
|---|
DigitizerSettings()
Create a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
ImageEnhancementSettings |
getImageEnhancementSettings()
Return current image-enhancement settings.
|
OCRSettings |
getOCRSettings()
Returns current OCR settings.
|
RecognizeElementTypes |
getRecognizeElementTypes()
Return content elements that need to be digitized.
|
boolean |
isSkewCorrectionEnabled()
Returns whether skew-correction is applied before text is
recognized.
|
void |
setRecognizeElementTypes(RecognizeElementTypes recognizeElementTypes)
Specify content elements that need to be digitized.
|
void |
setSkewCorrectionEnabled(boolean skewCorrectionEnabled)
Specify whether skew-correction needs to be applied before text is
recognized.
|
public DigitizerSettings()
public ImageEnhancementSettings getImageEnhancementSettings()
public RecognizeElementTypes getRecognizeElementTypes()
public void setRecognizeElementTypes(RecognizeElementTypes recognizeElementTypes)
recognizeElementTypes - content elementspublic OCRSettings getOCRSettings()
public void setSkewCorrectionEnabled(boolean skewCorrectionEnabled)
skewCorrectionEnabled - true if required; false if otherwisepublic boolean isSkewCorrectionEnabled()