PDFPageProxy.streamTextContent method
PDFPageProxy › streamTextContent
Unofficial
Streams the text content of the page.Signature:
streamTextContent(params?: GetTextContentParams | undefined): ReadableStreamParameters:
| Parameter | Type | Description |
|---|---|---|
| params? | GetTextContentParams | undefined | Optional parameters including includeMarkedContent and disableNormalization. |
Returns: ReadableStream — A readable stream of text content.