From be622e5594ecb21c82bb6066a82c86e0917bcc35 Mon Sep 17 00:00:00 2001 From: Ahmad Mujahid <55625580+AhmadMuj@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:29:51 +0400 Subject: feature: Add PDF support (#88) * feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web --- apps/workers/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/workers/package.json') diff --git a/apps/workers/package.json b/apps/workers/package.json index c9de43a4..e14c576b 100644 --- a/apps/workers/package.json +++ b/apps/workers/package.json @@ -26,6 +26,8 @@ "metascraper-url": "^5.43.4", "ollama": "^0.5.0", "openai": "^4.29.0", + "pdf2json": "^3.0.5", + "pdfjs-dist": "^4.0.379", "puppeteer": "^22.0.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-adblocker": "^2.13.6", -- cgit v1.2.3-70-g09d2