fn parse<'input>( text: &'input str, opt: ParsingOptions<'input>, ) -> Result<Document<'input>, Error>