Updates to CitablePhysicalText.jl
Release notes: version 0.12.0
- adds the
iiifmanifestfunction to generate IIIF manifests automatically fromCodexobjects.
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
iiifmanifestfunction.
Source
- available on github