fn decode_flate_image( pdf_image: &PdfImage<'_>, ) -> Result<(Vec<u8>, String), String>
Decode FlateDecode compressed image to PNG.
FlateDecode