mirror of
https://github.com/qurator-spk/page2tsv.git
synced 2025-08-14 11:29:55 +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
|
ocrd >= 2.23.2
|
||||||
pandas
|
pandas
|
||||||
matplotlib
|
qurator-sbb-utils
|
||||||
qurator-sbb-utils
|
|
||||||
|
|
|
@ -35,7 +35,6 @@ class OcrdNeatExportProcessor(Processor):
|
||||||
noproxy = self.parameter['noproxy']
|
noproxy = self.parameter['noproxy']
|
||||||
|
|
||||||
ppn_found = self.workspace.mets._tree.find('//mods:recordIdentifier[@source="gbv-ppn"]', NS)
|
ppn_found = self.workspace.mets._tree.find('//mods:recordIdentifier[@source="gbv-ppn"]', NS)
|
||||||
print(ppn_found)
|
|
||||||
if ppn_found is not None:
|
if ppn_found is not None:
|
||||||
ppn = ppn_found.text
|
ppn = ppn_found.text
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue