fix(core): update
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
export interface IPdfResult {
|
||||
name: string;
|
||||
id: string;
|
||||
metadata: {
|
||||
textExtraction: string;
|
||||
};
|
||||
buffer: Buffer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user