How to extract vector graph #1447
-
I have a scanned PDF, but I pass the page.getImageList(full = true) cannot determine whether the PDF can be parsed |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is of course no bug! Your formulation is however unclear: does "parsing" mean whether you can extract text? |
Beta Was this translation helpful? Give feedback.
-
Sorry, the first time I submitted a question, the wrong question became a bug. First, my purpose is to pass the page Getimagelist (full = true) determines whether there are pictures on the page. If there are pictures, I will parse them through OCR. If not, I will parse them through Fitz. But now the hand I call this method is empty, so I use Fitz to extract text, but it is empty. I also try two modes: vector image and bitmap, but bitmap can extract images, However, the page is a vector image, but the image cannot be obtained
|
Beta Was this translation helpful? Give feedback.
-
I answered in the new discussion ... |
Beta Was this translation helpful? Give feedback.
I answered in the new discussion ...