IIIF
Purpose¶
To extract metadata from IIIF JSON Manifests.
Step 1: Download the JSONs¶
- Create a CSV file called "jsonUrls.csv" with just the URLs of the JSONs.
- Navigate to the Terminal/Command Line and into a directory where you can save files
- Type:
wget -i jsonUrls.csv
- Review that all of the JSONs downloaded to a local directory
Step 2: Run the extraction script¶
- Start Jupyter Notebook and navigate to the Recipes directory.
- Open R-05_iiif.ipynb
- Move the downloaded file
jsonUrls.csv
into the same directory as the Jupyter Notebook. - Run all cells
Warning
This will lump all the subsections into single fields and the user will still need to split them.
Step 3: Merge the metadata¶
Although the Jupyter Notebook extracts the metadata to a flat CSV, we still need to merge this with any existing metadata for the records.