{
  "name": "scanfact-api",
  "version": "1.0.0",
  "description": "API for extracting structured data from invoices using OCR and AI",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "express": "^4.18.2",
      "cors": "^2.8.5",
    "pdf-parse": "^1.1.1",
    "tesseract.js": "^4.1.1",
    "dotenv": "^16.3.1",
    "uuid": "^9.0.0"
  }
}