Check your installation#
Hint
In all the forecoming pages, ! is used to run shell commands and % is used for IPython magic commands. Donโt let this distract you ๐. It is something specific to IPython and Jupyter, but in practice the behaviour of these commands are identical to running simple shell commands in your terminal.
Have you have managed to install the package? If so you should at least be able to do this:
!dawsonia --help
Usage: dawsonia [OPTIONS] COMMAND [ARGS]...
DAWSONIA: Digitize hAndWritten obServatiONs In weather journAls (version
0.0.2b0)This is the main command which provides subcommands for different
stages of the pipeline
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --install-completion Install completion for the current shell. โ
โ --show-completion Show completion for the current shell, to โ
โ copy it or customize the installation. โ
โ --help -h Show this message and exit. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโ Commands โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ digitize Digitize PDF / ZARR into a dataframe using a trained ML model and โ
โ write it out. โ
โ label Label PDF images to create raw training data. โ
โ ml MLops: transform data, train, test โ
โ prepare Creates new train, validation, test and ground truth text files โ
โ for the HTR network and copies in image as input data for the โ
โ model. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
If not try another installation method or reach out to us (see the โChat with usโ link above).