OCR Service
Overview
A simple module that offers a generic OCR service.
Optical Character Recognition (OCR) allows users to extract information from documents such as invoices, proof of deliveries (PODs) or CMRs.
Data will be returned in a usable JSON format.
Documentation
Documentation
Description
----------------
This module provides you with a domain model and instructions on how to use OCR Service from CAPE Groep (separate license agreement needed).
Typical usage scenario
-------------
Using this module it will enable you to send PDF documents to the OCR Service, which will return a JSON representation of the document.
Features and limitations
Features:
- Possibility to read information from PDF documents
- Receive structured information in JSON format from documents
Limitations:
- For now, only PDF documents are supported.
Dependencies
- CommunityCommons module (needed for base64-encoding files)
Installation
-----------------
Download the module from the Marketplace.
Configuration
------------------
After downloading the module and configuring the microflows with the the correct credentials (provided by CAPE Groep), send a document and the OCR service will respond with JSON message with the information from the document.
Bugs
----------------------
N/A