I want to delete image by reading its base64 value. I cannot find any suitable sample code. Do you have? [email protected] #2024
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 8 replies
-
This is a typical "Discussions" item and does not qualify as an issue. |
Beta Was this translation helpful? Give feedback.
-
When I try to use remover.py, below errors occurred. Sometimes the code works. |
Beta Was this translation helpful? Give feedback.
-
After disable this line # page.clean_contents() # unify page's /Contents into one |
Beta Was this translation helpful? Give feedback.
-
I tried image-maintenance.py below is error. Python: 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit (AMD64)] PyMuPDF 1.20.2: Python bindings for the MuPDF 1.20.3 library. Process finished with exit code -1073741819 (0xC0000005) |
Beta Was this translation helpful? Give feedback.
-
I cannot access the new package. |
Beta Was this translation helpful? Give feedback.
-
python -m pip install pymupdf==1.21.0rc1 --trusted-host pypi.org pytest-html There is a leftover transparent rect in the pdf, cannot remove too? |
Beta Was this translation helpful? Give feedback.
-
The original image. Which seems removed, but there is a hidden rectangular, as you can see in above image. |
Beta Was this translation helpful? Give feedback.
-
Also, I want to replace some hidden white text with space, or just remove those white text. Any method or code? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to get html for redact instead of get_text?
|
Beta Was this translation helpful? Give feedback.
-
Thank you. I will hold the attempt to redact text. |
Beta Was this translation helpful? Give feedback.
The original image. Which seems removed, but there is a hidden rectangular, as you can see in above image.