Добавлено извлечение схемы документа в ConvertPdfImages, мелкий рефакторинг

This commit is contained in:
Book Pauk
2020-12-18 23:56:55 +07:00
parent 480c95bd63
commit fde0437157
3 changed files with 51 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ class ConvertPdf extends ConvertHtml {
const outFile = `${outBasename}.xml`;
const pdftohtmlPath = '/usr/bin/pdftohtml';
if (!await fs.pathExists(pdftohtmlPath))
throw new Error('Внешний конвертер pdftohtml не найден');