From 527b1f9a4cfd256107d1c8fb7fe2f208a5be9409 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 18 Feb 2013 17:05:08 +0100 Subject: [PATCH 1/1] pdf: ignored tags --- librarian/pypdf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/librarian/pypdf.py b/librarian/pypdf.py index 6d6e0aa..2bcd8d0 100644 --- a/librarian/pypdf.py +++ b/librarian/pypdf.py @@ -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): -- 2.20.1