1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-26 19:59:53 +02:00

drop requirement for matplotlib (not used)

This commit is contained in:
Konstantin Baierer 2022-10-24 14:29:42 +02:00
parent db25239075
commit abeca0df16
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
ocrd >= 2.23.2
pandas
matplotlib
qurator-sbb-utils

View file

@ -35,7 +35,6 @@ class OcrdNeatExportProcessor(Processor):
noproxy = self.parameter['noproxy']
ppn_found = self.workspace.mets._tree.find('//mods:recordIdentifier[@source="gbv-ppn"]', NS)
print(ppn_found)
if ppn_found is not None:
ppn = ppn_found.text
else: