Can't extract masks for this pdf #2085
-
I have a PDF that contains four images and I can use the apis to retrieve all the necessary image information as well as manage to extract the full images. However, I am not able to retrieve the mask information for the page. doc.get_page_images(0) Each of these images are suggesting that the smask is 0. Wondering what am I missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
An smask value of 0 means there exists not SMask. |
Beta Was this translation helpful? Give feedback.
An smask value of 0 means there exists not SMask.
Which relates to the fact, that xref numbers always are > 0.