From: Radek Czajka Date: Mon, 18 Feb 2013 16:05:08 +0000 (+0100) Subject: pdf: ignored tags X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/527b1f9a4cfd256107d1c8fb7fe2f208a5be9409 pdf: ignored tags --- 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):