Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b59633 commit d63f5f6Copy full SHA for d63f5f6
2 files changed
com.paperknife.app.yml
@@ -27,7 +27,8 @@ Builds:
27
- yes
28
prebuild:
29
- cd ../..
30
- - rm -rf public/tesseract/*.wasm
+ - rm -rf public/tesseract/
31
+ - echo "export default function PdfToTextTool() { return null; }" > src/components/tools/PdfToTextTool.tsx
32
- export VITE_DISABLE_OCR=true
33
- npm install --build-from-source
34
- npm run build
fdroid.yml
@@ -30,7 +30,8 @@ Builds:
35
36
37
0 commit comments