Welcome to ATR Scripts

Usage

$ atr --help
usage: atr [-h] subcommand ...

positional arguments:
  subcommand
    cer           CER computation commands.
    export
    pylaia-analyze
                  Produce a HTML or JSON page for recognition error analysis. Parse PyLaia test results and generate a report to show both the image, the reference and the
                  recognition results.
    optimal-lm    Find optimal lm weight for PyLaia model
    plot-results  Plot metrics, loss, or automation rate
    prepare-curves
                  Create a csv ready to compute precision-rejection curves from your DAN predictions

options:
  -h, --help      show this help message and exit

Documentation development

The documentation is generated with Antora.

Commands

  • make antora - Build the documentation site.

  • make clean - Build the documentation site production ready.

  • cd public && py -m http.server - Run a server to see what the docsite looks like..

Project layout

antora-playbook.yml    # The local playbook to build antora.
docs/
    antora.yml # The dedicated module to be used inside doc.teklia.com.
    modules/
      pages/  # The documentation content written in Asciidoc.
      images/ # The doc images.
      nav.adoc # Documentation navigation tree.