The Imixs-Data project provides modules to import, export extract, group and view data related to the Imixs-Workflow engine.
- Imixs-Data-Groups - a library providing methods to group workitems in a master workflow
- Imixs-Data-Views - a library providing methods to select view and export data views
- Imixs-Data-Documents - a library providing various OCR methods
- Imixs-Data-Importer - a library import data
Imixs-Data-Documents provides Plugins and Adapter classes to extract textual information from attached documents - including Optical character recognition - during the processing life cycle of a workitem. This information can be used for further processing or to search for documents.
The OCRDocumentService provides a service component to extract textual information from documents attached to a Workitem. The text extraction is based on Apache Tika.
Imixs-Data-Importer provides a generic import service to be used to import documents form various external sources like a FTP server or a IMAP account.
The CSVImportService also provides a generic function to import datasets from CSV files located on a FTP server.