46 projects tagged "Document Repositories"
LogicalDOC is a Web-based document management system that is easy to use and learn. Its architecture leverages best-of-breed Java technology to achieve a powerful and flexible solution. It supports its users with a powerful search engine (Lucene), Web service interface (JAX-WS via CXF) compatible with .NET and PHP, versioning, annotation on documents, a WebDAV interface, importing and exporting from .zip files. Documents can be organized into hierarchical folders, searched using the integrated search engine, or browsed by Tag. The system is extensible thanks to the technologies used (Spring-Hibernate) and its plugin architecture.
hiberlite provides C++ object-relational mapping for SQLite 3. Its design and API are inspired by the Boost.Serialization, which means there is almost no API to learn. In contrast to most serialization libraries with SQL serializers, C++ objects mapped with hiberlite behave similar to active record patterns: you are not forced to follow the "read all your data/modify some small part/write everything back" path. It is for people who need reliable data storage, ACID transactions, and simple random access to their data files, and don't like coding in SQL.
Maarch is a DMS infrastructure dedicated to the legal archiving of high volumes of static documents. Unlike most DMS tools, it's a toolbox approach that allows one to build highly integrated custom applications. As a proof of concept, Maarch comes with two business applications: Maarch LetterBox for mail management and Maarch PeopleBox for HR document management.
JumpBox for Alfresco CMS is a JumpBox virtual appliance for the Alfresco content management system. Alfresco is an enterprise content management (ECM) system that provides features for document management, collaboration, records management, knowledge management, Web content management, and imaging. Alfresco has the goal of providing an ECM system that surpasses commercial ECMs in terms of features, functionality, and benefits to the user community.
The metric implemented in the Image::Density Perl Module estimates the density of data where there is data, and has a reasonable correlation with goodness as judged by humans. That is, if you let a human look at a set of images and judge quality, the density values for those images as calculated here tend to correlate well with the human judgement (densities that are too high or too low represent "bad'' images). It is intended for use on bitonal TIFF images, such as those from scanning paper documents.
Wikidbase is a powerful and highly flexible combination of two structural extremes of data management systems: a wiki and a database. As such, it has all of the flexibility of a wiki (e.g. any kind of unstructured data can be stored) and the structural data capabilities of a database (e.g. data may be modelled similarly to database fields, tables, and relations, such that structural reports can me made of that data). The functionality is combined in such a way that this general-purpose data management system may be shaped easily, without the need of a database expert, into a custom data management application such as a contact relation management (CRM) system, a knowledge base, a shared calendar system, a project management system, etc.
Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. It provides all the necessary low-level services to define, store, manage, audit, request, and search content. It is the "kernel" of Nuxeo 5 and can also be embedded in third-party applications to provide advanced content management features. It can run on any Java 5 platform, can be easily extended using plug-ins, and implements JCA (Java EE Connector Architecture) to be easily plugged into existing applications or information systems.