Работа над конвертером Pdf

This commit is contained in:
Book Pauk
2019-02-28 18:58:41 +07:00
parent c7d376adf2
commit 55d5f6524d
3 changed files with 84 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ class FileDecompressor {
}
async decompressFile(filename, outputDir) {
await fs.ensureDir(outputDir);
const fileType = await this.detector.detectFile(filename);
let result = {