mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 16:07:18 +00:00
* 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>
28 lines
No EOL
608 B
JSON
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"
|
|
} |