OpenCV-wasm-browser, removed external dependencies

This commit is contained in:
Felix Kaspar
2023-10-24 19:03:43 +02:00
parent 9eb3ff4bb3
commit 50a1bd8082
11 changed files with 10274 additions and 7 deletions

View File

@@ -51,5 +51,5 @@ export async function organizePages(snapshot, operation, customOrderString) {
}
export async function removeBlankPages(snapshot, whiteThreashold) {
return dependantRemoveBlankPages(snapshot, whiteThreashold, PDFJS, OpenCV);
return dependantRemoveBlankPages(snapshot, whiteThreashold, PDFJS, OpenCV, PDFLib);
}