serhii.net

In the middle of the desert you can say anything you want

31 Jan 2025

Annotating PDFs with INCEpTION notes

First impressions

  • INCEpTION User Guide

    • Docker works:
      • docker run -it --name inception -p8080:8080 ghcr.io/inception-project/inception:35.1
      • $ docker run -it --name inception -v /srv/inception:/export -p8080:8080 ghcr.io/inception-project/inception:35.1
        • data will be in /srv/inception
  • Creating a project automatically fills it with sample data: Pasted image 20250131164508.png

  • Tagsets

    • Export format is:
    {
      "name" : "BBK",
      "description" : null,
      "language" : null,
      "tags" : [ {
        "tag_name" : "aaa_human_processed",
        "tag_description" : null
      }, {
        "tag_name" : "block",
        "tag_description" : null
      } ],
      "create_tag" : false
    }
    
    • Import format: I can get it do do only txt, one tag per line, first line is name of tagset
  • A layer has to be linked to a feature (string) which then can be linked to a tagset: (INCEpTION User Guide)

    • then you can add keybindings manually
    • and the “editor type” for the tag list is neat, “Radio group” works nicely for tagsets it doesn’t consider small
  • annotations get saved automatically

  • in the viewer, you can set dynamic for annotations differing based on color

Export

  • Admin->Export can
    • export the entire projects
    • project + separately a copy of the anntations

Resources

Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus