extract_text property
extract_text property
Enables text extraction.
Remarks
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 code example, see the documentation.
Definition:
@property
def extract_text(self):
...
@extract_text.setter
def extract_text(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PngViewOptions