happypdf / parseContentStream
Function: parseContentStream()
ts
function parseContentStream(bytes): ContentStreamOperation[];Defined in: src/api/extraction/ContentStreamParser.ts:18
Tokenize a decoded PDF content stream into operator / operand sequences. Inline images (BI…ID…EI) are skipped as a unit.
Parameters
| Parameter | Type |
|---|---|
bytes | Uint8Array |