You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing the read.rs example, I tried to extract images from a pdf with PNG images in it. The raw_image_data function returned None for filter , but shouldn't the correct returned filter be a FlateDecode ?
The text was updated successfully, but these errors were encountered:
While executing the read.rs example, I tried to extract images from a pdf with PNG images in it. The
raw_image_data
function returnedNone
for filter , but shouldn't the correct returned filter be aFlateDecode
?The text was updated successfully, but these errors were encountered: