Fix text reported as found on all pages when PyMuPDF is not available

This commit is contained in:
James R. Barlow
2018-03-30 00:10:53 -07:00
parent b36df9cf9e
commit e0f3f07907
+1 -1
View File
@@ -205,7 +205,7 @@ def _interpret_contents(contentstream, initial_shorthand=UNIT_SQUARE):
return ContentsInfo(
xobject_settings=xobject_settings,
inline_images=inline_images,
found_text=True)
found_text=found_text)
def _get_dpi(ctm_shorthand, image_size):