Usage: editioncrafter <command> [parameters]
EditionCrafter responds to the following commands:
Process the IIIF Manifest into a TEI Document.
Usage: editioncrafter iiif [-i iiif_url] [-o output_path]
- -i iiif_url
- -o output_path
- -t text_file_folder
- -c: Config file
Process a list of images from a CSV file into a TEI Document.
Usage: editioncrafter images [-i csv_path] [-o output_file]
Required parameters:
- -i csv_path
- -o output_file
Optional parameters:
- -t text_file_folder
- -c: Config file
Process the TEI Document into a manifest, partials, and annotations. These can then be used by the EditionCrafter viewer.
Usage: editioncrafter process [-i tei_file] [-o output_path]
Required parameters:
- -i tei_file
- -o output_path
Optional parameters:
- -u base_url
- -c: Config file
Process the TEI document into a SQLite file containing a directory of categories and tags. This can be used with the Record List component from the EditionCrafter viewer package, or it can be browsed directly with a SQLite viewer.
Usage: editioncrafter database [-i tei_file] [-o output_path]
Required parameters:
- -i tei_file
- -o output_path (must end in .sqlite)
Displays this help.