From 10bdf2a0c819ab0bc46ea764c0c5eff164fb8d4c Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 5 Sep 2020 09:19:10 +0200 Subject: [PATCH] comments --- src/filters/rclpdf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/filters/rclpdf.py b/src/filters/rclpdf.py index b7349ec3..8415735a 100755 --- a/src/filters/rclpdf.py +++ b/src/filters/rclpdf.py @@ -40,7 +40,9 @@ import rclconfig _mswindows = (sys.platform == "win32") # Can we access the poppler-glib python3 bindings ? This would allow extracting -# text from annotations. On Ubuntu, this comes with package gir1.2-poppler-0.18 +# text from annotations. +# - On Ubuntu, this comes with package gir1.2-poppler-0.18 +# - On opensuse the package is named typelib-1_0-Poppler-0_18 # (actual versions may differ of course). havepopplerglib = False try: