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,