how can i run this on the browser offline? #4191
Replies: 3 comments
-
This doesn't make sense: |
Beta Was this translation helpful? Give feedback.
-
can PyMuPDF be compiled to WebAssembly, if not, are there any alternatives for working with PDFs offline in a browser? |
Beta Was this translation helpful? Give feedback.
-
Why does your user not simply install Python + PyMuPDF on his machine? What's so cool to use a browser as the running platform? The above link to PyMuPDF online is a WebAssembly installation of PyMuPDF. It is based on Pyodide. So in principle this can be done, but we haven't published this as an official option. You (/ your user) definitely must install Pyodide in a way that runs locally. I actually don't understand the basic motivation: is it to avoid installing Python? Why don't you compile your app to an executable? |
Beta Was this translation helpful? Give feedback.
-
i have a script that i created using this package
i want to use that script in the browser (offline)
the pdfs are confidential and user wants to do all the parsing offline on his pc
is there any way?
thank you.
Beta Was this translation helpful? Give feedback.
All reactions