Skip to content

pauliokas/paperless-adoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paperless-adoc

paperless-adoc is a custom parser for paperless-ngx, which handles .adoc files.

.adoc files are files signed with a qualified signature. The format is specified by The Office of the Chief Archivist of Lithuania. The full specification can be found in e-seimas.

.adoc file is a ZIP archive consisting of the main document and various XML files defining its metadata. This parser tries a naive implementation—it picks the first available PDF document in the archive and passes the parsing to the standard paperless-ngx toolchain.

Usage

To use this parser, mount the paperless_adoc/ directory to the paperless-ngx container and specify the PAPERLESS_APPS environment variable:

services:
  webserver:
    image: ghcr.io/paperless-ngx/paperless-ngx:latest
    # ...
    volumes:
      # - ...
      - ./paperless_adoc:/usr/src/paperless/src/paperless_adoc
    environment:
      # ...
      PAPERLESS_APPS: paperless_adoc # comma separated list of modules

About

paperless-ngx parser for .adoc .files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages