Exported PDF extractor

This commit is contained in:
Simon Cambier
2022-10-29 12:32:57 +02:00
parent 0350e62a47
commit 9455032d0a
10 changed files with 9 additions and 211 deletions

View File

@@ -1 +0,0 @@
declare module 'pdfjs-dist/build/pdf.worker.entry';

View File

@@ -1,4 +0,0 @@
declare module "web-worker:*" {
const WorkerFactory: new (options: any) => Worker;
export default WorkerFactory;
}