Package | Description |
---|---|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
com.groupdocs.redaction.redactions |
The package provides classes for different types of redactions.
|
Modifier and Type | Method and Description |
---|---|
IOcrConnector |
RedactorSettings.getOcrConnector()
Gets an instance of a class, implementing
IOcrConnector interface. |
Modifier and Type | Method and Description |
---|---|
void |
RedactorSettings.setOcrConnector(IOcrConnector value)
Sets an instance of a class, implementing
IOcrConnector interface. |
Constructor and Description |
---|
RedactorSettings(ILogger logger,
IRedactionCallback callback,
IOcrConnector ocrConnector)
Initializes a new instance of the RedactorSettings class with given ILogger, IRedactionCallback and IOcrConnector instances.
|
RedactorSettings(IOcrConnector ocrConnector)
Initializes a new instance of the RedactorSettings class with a given IOcrConnector instance.
|
Modifier and Type | Method and Description |
---|---|
IOcrConnector |
TextRedaction.getOcrConnector()
Gets the
IOcrConnector implementation, required to extract text from graphic content. |
Modifier and Type | Method and Description |
---|---|
void |
TextRedaction.setOcrConnector(IOcrConnector value)
Sets the
IOcrConnector implementation, required to extract text from graphic content. |