Переименования, небольшое улучшение html-title

This commit is contained in:
Book Pauk
2020-12-17 23:39:45 +07:00
parent 7a29b16ee8
commit 51ec6a54fa
6 changed files with 11 additions and 10 deletions

View File

@@ -342,7 +342,7 @@ class ConvertPdf extends ConvertHtml {
//console.log(text);
await utils.sleep(100);
return await super.run(Buffer.from(text), {skipCheck: true, isText: true});
return await super.run(Buffer.from(text), {skipHtmlCheck: true, isText: true});
}
async getPdfTitleAndAuthor(pdfFile) {