scanningcabinet

command
v0.0.0-...-4ba1123 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Overview

The scanning cabinet program is a server application to store scanned documents in Perkeep, and to manage them. It is a port of the application originally created by Brad Fitzpatrick: https://github.com/bradfitz/scanningcabinet.

The data schema is roughly as follows:

A scan is a permanode, with the node type: "scanningcabinet:scan". A scan's camliContent attribute is set to the actual image file. A scan also holds the "dateCreated" attribute, as well as the "document" attribute, which references the document this scan is a part of (if any).

A document is a permanode, with the node type: "scanningcabinet:doc". A document page, is modeled by the "camliPath:sha1-xxx" = "pageNumber" relation, where sha1-xxx is the blobRef of a scan. A document can also hold the following attributes: "dateCreated", "tag", "locationText", "title", "startDate", and "paymentDueDate".

Directories

Path Synopsis
The scancab tool scans document and uploads them to the scanning cabinet Perkeep application.
The scancab tool scans document and uploads them to the scanning cabinet Perkeep application.
Package ui contains the embedded JS/CSS assets for the scanningcabinet app.
Package ui contains the embedded JS/CSS assets for the scanningcabinet app.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL