fix(core): update

This commit is contained in:
2022-01-05 17:20:28 +01:00
parent ff890fb2af
commit 567c6eafea
6 changed files with 86 additions and 6 deletions

View File

@ -1,5 +1,8 @@
export interface IPdfResult {
name: string;
id: string;
metadata: {
textExtraction: string;
};
buffer: Buffer;
}