OCR application integration
P
Plastic Ladybug
We need this kind of integration in order for us to automate our invoice processing. Example of OCR application is Tesseract or Google Vision. Upon checking google vision, it has an API that can be use, and we tried searching the possibility on how we could automate our invoice, and the AI gave us this possible workflow:
Possible Workflow Example in Rewst:
- Trigger: A new email arrives with an invoice PDF attachment.
- OCR: OCR processes the invoice, extracting the data (PO, vendor, amounts).
- HaloPSA Integration: Rewst checks HaloPSA for the matching PO.
- Xero Integration: Rewst creates a bill in Xero with the relevant data.
- Notifications: Finance team receives an email alert for approval.
- Final Action: Once approved, the bill in Xero is marked as “Ready for Payment.”
Log In
O
Optimistic Hawk
Nothing stopping you from doing this on your own. You can import any OpenAPI spec JSON document and Rewst will turn it into Actions you can use in a Workflow.
You can get the Google Cloud Vision API document from places like:
You'll also need an SVG for the integration icon, which you can get here:
I just added it to Rewst to test. Ask your Rewst rep, or in the Discord if you need any help. 🙂