diff --git a/scan_to_paperless/status.html b/scan_to_paperless/status.html index 271cd360..a761ef99 100644 --- a/scan_to_paperless/status.html +++ b/scan_to_paperless/status.html @@ -90,7 +90,7 @@

Jobs status

Folder Status - Details + Details diff --git a/scan_to_paperless/status.py b/scan_to_paperless/status.py index d8205831..1951e10f 100644 --- a/scan_to_paperless/status.py +++ b/scan_to_paperless/status.py @@ -18,7 +18,13 @@
  • Edit the generated image, then remove the REMOVE_TO_CONTINUE file.
  • Edit the config.yaml file to change the parameters, then remove the generated files ({generated_images}) to force the regeneration.
  • Edit the source images ({source_images}) then remove the corresponding generated files ({generated_images}) to force the regeneration.
  • - >

    Read More

    """ + > +

    +

    In th source folder you can also find some images postfixed by -skew-corrected that the source image where the skew correction is applied.

    +

    In the histogram folder yu can find tow histogram of the source images, one of them use a logarithm scale.

    +

    In the crop folder you can find the images with the detected block used by the automatic crop.

    +

    In the skew golder you can find some images that represent the the shew detection will be based on.

    +

    Read More

    """ class _Folder(NamedTuple): diff --git a/tests/status/status.expected.png b/tests/status/status.expected.png index 3a351e48..95831d6b 100644 Binary files a/tests/status/status.expected.png and b/tests/status/status.expected.png differ