recognize_text method
Leave feedback
On this page
Recognize a text from image_stream stream.
A string that represents a recognized text; null if text recognizing isn’t supported.
def recognize_text(self, image_stream, options):
...
| Parameter | Type | Description |
|---|---|---|
| image_stream | io.RawIOBase | The image representation of the document page. |
| options | groupdocs.parser.options.OcrOptions | The OCR options. |
Recognize a text from image_stream stream.
A string that represents a recognized text; null if text recognizing isn’t supported.
def recognize_text(self, image_stream, page_index, options):
...
| Parameter | Type | Description |
|---|---|---|
| image_stream | io.RawIOBase | The image representation of the document page. |
| page_index | int | The page index of the document. |
| options | groupdocs.parser.options.OcrOptions | The OCR options. |
- module
groupdocs.parser.options - class
OcrConnectorBase
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.