fix(core): update

This commit is contained in:
2022-10-26 23:04:59 +02:00
parent 67f21d2500
commit 65756457aa
10 changed files with 52 additions and 67 deletions

View File

@@ -193,7 +193,7 @@ export class SmartPdf {
name: 'mergedPdf',
buffer: resultBuffer,
id: null,
metadata: null
metadata: null,
};
}
@@ -205,8 +205,8 @@ export class SmartPdf {
name: parsedPath.base,
buffer,
id: null,
metadata: null
}
metadata: null,
};
}
public async extractTextFromPdfBuffer(pdfBufferArg: Buffer): Promise<string> {