pdf: ignored tags
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 18 Feb 2013 16:05:08 +0000 (17:05 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 18 Feb 2013 16:05:08 +0000 (17:05 +0100)
librarian/pypdf.py

index 6d6e0aa..2bcd8d0 100644 (file)
@@ -206,6 +206,11 @@ class EduModule(Xmill):
     handle_wyroznienie = \
     handle_texcommand
 
+    def handle_uwaga(self, _e):
+        return None
+    def handle_extra(self, _e):
+        return None
+
     _handle_strofa = cmd("strofa")
 
     def handle_strofa(self, element):