extract_text property

extract_text property

The property enables text extraction.

Use this property to get the text contained in a source document and its coordinates. Then you can use this data to add a selectable text over the image or to implement a text search in image‑based rendering.

For a code example, see the documentation: https://docs.groupdocs.com/viewer/net/image-viewer-get-text-coordinates/

Definition:

@property
def extract_text(self):
    ...
@extract_text.setter
def extract_text(self, value):
    ...

See Also