Skip to content

buildDocument

buildDocument(text, parser): Promise<Document>

Defined in: document.ts:48

Parse text with a loaded parser and assemble the Document.

string

Parser

Promise<Document>