We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The module can only extract numeric or English content and does not support Chinese.
Code Sample
import pymupdf.pro pymupdf.pro.unlock() doc = pymupdf.open("/Users/maxyou/Downloads/demo.docx") for page in doc: print(page.get_text()) break
Output
PyMuPDFPro: Restricted Mode. Please visit https://pymupdf.io/try-pro to request your trial key. hello,,123456789
DOCX Content
hello,中文示例,123456789
DOCX File demo.docx
1.24.11
MacOS
3.12
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. This was fixed in PyMuPDFPro-1.24.12.
Sorry, something went wrong.
No branches or pull requests
Description of the bug
The module can only extract numeric or English content and does not support Chinese.
How to reproduce the bug
Code Sample
Output
DOCX Content
DOCX File
demo.docx
PyMuPDF version
1.24.11
Operating system
MacOS
Python version
3.12
The text was updated successfully, but these errors were encountered: