buildDocument
buildDocument(
text,parser,options?):Promise<Document>
Defined in: document.ts:81
Parse text with a loaded parser and assemble the Document.
Parameters
Section titled “Parameters”string
parser
Section titled “parser”options?
Section titled “options?”BuildDocumentOptions = {}
Returns
Section titled “Returns”Promise<Document>