I tried to extract images in different formats in a pdf but it extract only 4 images and graph type are not getting extracted #2879
Replies: 2 comments 2 replies
-
Home Gardens in Nepal.pdf file = "/content/drive/MyDrive/High voltage data /Home Gardens in Nepal.pdf" open the filepdf_file = fitz.open(file) iterate over pdf pagesfor page_index in range(len(pdf_file)): |
Beta Was this translation helpful? Give feedback.
-
This is no issue, but a Discussions post ... -> converting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide all mandatory information!
Describe the bug (mandatory)
A clear and concise description of what the bug is.
To Reproduce (mandatory)
Explain the steps to reproduce the behavior, For example, include a minimal code snippet, example files, etc.
For problems when building or installing PyMuPDF, give the full output of the build/install command so that, for example, all pip/compiler/linker errors/warnings can be seen.
Expected behavior (optional)
Describe what you expected to happen (if not obvious).
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Your configuration (mandatory)
For example, the output of
print(sys.version, "\n", sys.platform, "\n", fitz.__doc__)
would be sufficient (for the first two bullets).Additional context (optional)
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions