From 6af748a251bd3a27db166b6f0d91092f98c0ea82 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 1 Sep 2016 15:27:51 -0700 Subject: [PATCH] pageinfo: regression - didn't add inline images to list --- ocrmypdf/pageinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ocrmypdf/pageinfo.py b/ocrmypdf/pageinfo.py index 900e595f..b17b1594 100644 --- a/ocrmypdf/pageinfo.py +++ b/ocrmypdf/pageinfo.py @@ -132,6 +132,7 @@ def _interpret_contents(contentstream): inline = InlineSettings( settings=settings, shorthand=_shorthand_from_matrix(ctm), stack_depth=len(stack)) + inline_images.append(inline) return ContentsInfo( raster_settings=image_raster_settings,