TextRedaction
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.redaction.Redaction
public abstract class TextRedaction extends Redaction
Represents a base abstract class for document text redactions.
Learn more
- More details about applying redactions: Redaction basics
- More details about document text redactions: Text redactions
| Method | Description |
|---|---|
| getActionOptions() | Gets the ReplacementOptions instance, specifying type of text replacement. |
| getOcrConnector() | Gets the IOcrConnector implementation, required to extract text from graphic content. |
| setOcrConnector(IOcrConnector value) | Sets the IOcrConnector implementation, required to extract text from graphic content. |
public final ReplacementOptions getActionOptions()
Gets the ReplacementOptions instance, specifying type of text replacement.
Returns: ReplacementOptions - The ReplacementOptions instance, specifying type of text replacement.
public final IOcrConnector getOcrConnector()
Gets the IOcrConnector implementation, required to extract text from graphic content.
Returns: IOcrConnector - The IOcrConnector implementation, required to extract text from graphic content.
public final void setOcrConnector(IOcrConnector value)
Sets the IOcrConnector implementation, required to extract text from graphic content.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | IOcrConnector | The IOcrConnector implementation, required to extract text from graphic content. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.