Nabu is a simple framework that extracts chunks of
various types of information from documents
written in simple text files (written with
reStructuredText conventions, parsed with
docutils) and that stores this information
(including the document) in a remote database for
later retrieval. The processing and extraction of
the document is handled on a server, and there is
a small and simple client that is used to push the
files to the server for processing and storage.
The client requires only Python to work. The
presentation layer is left unspecified: you can
use whichever Web application framework you like.