If the user specifies --annotate when running inferencer.py with the --manifest flag, IIIF annotation list files are created in the annotations/ folder and referenced in the resulting manifest file. IIIF-compatible viewers like Mirador can visualize the detected handwriting/notes on the input images when they load the generated manifest.
Other notes/contributions:
There's also an optional --iiif_root argument to specify the web address where the manifest of the detected annotations will be posted, with the annotations/ folder for the optional IIIF annotation lists within it.
The detected handwriting/notes are highlighted in the IIIF annotation overlays when viewed in Mirador via a dashed rectangle bounding box with a dashed mask path within it. Mousing over the detected annotations displays a tag and the confidence level.
If the user specifies
--annotate
when runninginferencer.py
with the--manifest
flag, IIIF annotation list files are created in theannotations/
folder and referenced in the resulting manifest file. IIIF-compatible viewers like Mirador can visualize the detected handwriting/notes on the input images when they load the generated manifest. Other notes/contributions:--iiif_root
argument to specify the web address where the manifest of the detected annotations will be posted, with theannotations/
folder for the optional IIIF annotation lists within it.