Skip to content

Commit

Permalink
ipynb, iiif-upload, add externalId
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Oct 31, 2024
1 parent 577a6a1 commit a6a51af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iiif-to-transkribus/iiif-to-transkribus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"\n",
" uploadObj = {\n",
" \"md\": {\n",
" \"title\": processing.replace('https://iiif.annemarie-schwarzenbach.ch/presentation/', '')\n",
" \"title\": processing.replace('https://iiif.annemarie-schwarzenbach.ch/presentation/', ''),\n",
" \"externalId\": processing.replace('https://iiif.annemarie-schwarzenbach.ch/presentation/', '').replace('.json','')\n",
" },\n",
" \"pageList\": {\"pages\": pages_metadata}\n",
" }\n",
Expand Down

0 comments on commit a6a51af

Please sign in to comment.