ToolJet/server/templates/ai-powered-reimbursement-tracker-with-ocr/manifest.json
Abhinaba Adhikari 4b6fe67724
Fix spelling of Transportation logistics tracker (#11626)
* Fix spelling of Transportation logistics tracker

* Fix spelling for 3 other templates

* Bump version to 3.2.2

---------

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2024-12-17 18:04:06 +05:30

28 lines
No EOL
608 B
JSON

{
"name": "AI powered reimbursement tracker with OCR",
"description": "Streamline expense management with Gemini AI and REST API. Automate receipt scanning, data extraction, and approval workflows.",
"widgets": [
"Table",
"Container"
],
"sources": [
{
"name": "RestAPI",
"id": "restapi"
},
{
"name": "ToolJet Database",
"id": "tooljetdb"
},
{
"name": "AWS S3",
"id": "s3"
},
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "ai-powered-reimbursement-tracker-with-ocr",
"category": "human-resources"
}