https://github.com/klippa-app/mendix-klippa-ocr-api
The source code of the Mendix Klippa OCR module to do document parsing directly from Mendix.
https://github.com/klippa-app/mendix-klippa-ocr-api
document invoice mendix module ocr parsing receipt
Last synced: about 2 months ago
JSON representation
The source code of the Mendix Klippa OCR module to do document parsing directly from Mendix.
- Host: GitHub
- URL: https://github.com/klippa-app/mendix-klippa-ocr-api
- Owner: klippa-app
- License: mit
- Created: 2020-05-08T12:04:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T10:05:34.000Z (over 4 years ago)
- Last Synced: 2025-04-27T10:46:25.221Z (6 months ago)
- Topics: document, invoice, mendix, module, ocr, parsing, receipt
- Homepage: https://appstore.home.mendix.com/link/app/114183/Klippa/Klippa-OCR-API
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mendix-Klippa-OCR-API
:rocket: *Create smart document processes in Mendix using the Klippa OCR API* :rocket:
**The source code of the Mendix Klippa OCR module to do document parsing directly from Mendix.**
## Module usage
You will need an API key to use this module. If you would like to use our API, please contact us [here](https://www.klippa.com/en/ocr/ocr-api).
## How to use the module
1. Import the module into your Mendix project
2. Create a **Config** object that contains your API Key
3. Create a new **ParseDocumentRequest** object that holds the request data, you can supply either the URL or the Document as a **System.FileDocument**.
4. Call the Microflow **ParseDocument** with the created **Config** and **ParseDocumentRequest** as parameters
5. The response will be a **ParseDocumentWrapper** that contains either the success result or the error result. The object also contains the response status and body.## About Klippa
[Klippa](https://www.klippa.com/en) is a scale-up from [Groningen, The Netherlands](https://goo.gl/maps/CcCGaPTBz3u8noSd6) and was founded in 2015 by six Dutch IT specialists with the goal to digitize paper processes with modern technologies.
We help clients enhance the effectiveness of their organization by using machine learning and OCR. Since 2015 more than a 1000 happy clients have been served with a variety of the software solutions that Klippa offers. Our passion is to help our clients to digitize paper processes by using smart apps, accounts payable software and data extraction by using OCR.
## License
The MIT License (MIT)