fix(core): update
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user