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:
parent
db25239075
commit
abeca0df16
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
ocrd >= 2.23.2
|
||||
pandas
|
||||
matplotlib
|
||||
qurator-sbb-utils
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue