Работа над конвертером Pdf
This commit is contained in:
@@ -15,6 +15,8 @@ class FileDecompressor {
|
||||
}
|
||||
|
||||
async decompressFile(filename, outputDir) {
|
||||
await fs.ensureDir(outputDir);
|
||||
|
||||
const fileType = await this.detector.detectFile(filename);
|
||||
|
||||
let result = {
|
||||
|
||||
Reference in New Issue
Block a user