Updates to CitablePhysicalText.jl
Release notes: version 0.12.0
- adds the
iiifmanifest
function to generate IIIF manifests automatically fromCodex
objects.
Installation
Install from the central registry with Julia’s package manager.
- in package mode from the Julia REPL
] add CitablePhysicalText
- from a Julia terminal session:
using Pkg; Pkg.add("CitablePhysicalText")
Documentation
- package documentation is available on quarto.pub
- the package documentation includes a tutorial on how to use the new
iiifmanifest
function.
Source
- available on github