{ "name": "rapidocsai", "version": "1.0.0", "description": "AI-powered document management system with RESTful API and web frontend for document upload, analysis, and management", "main": "app/main.py", "scripts": { "start": "./run_dev.sh", "dev": "./run_dev_with_worker.sh", "worker": "./run_worker.sh", "test": "python -m pytest tests/", "test:coverage": "python -m pytest tests/ --cov=app --cov-report=html", "lint": "echo 'Linting not configured yet'", "format": "echo 'Formatting not configured yet'", "build": "echo 'Build process not configured yet'", "deploy": "git push heroku main" }, "repository": { "type": "git", "url": "git+https://github.com/michael-abdo/rapidocsai.git" }, "keywords": [ "ai", "document-management", "fastapi", "python", "openai", "pdf-processing", "document-analysis", "rest-api", "machine-learning", "nlp", "document-processing", "file-upload", "background-jobs", "redis", "postgresql" ], "author": "RapidocsAI Contributors", "license": "MIT", "bugs": { "url": "https://github.com/michael-abdo/rapidocsai/issues" }, "homepage": "https://github.com/michael-abdo/rapidocsai#readme", "engines": { "python": ">=3.8", "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "devDependencies": {}, "dependencies": {}, "peerDependencies": {}, "directories": { "doc": "docs", "test": "tests" }, "files": [ "app/", "alembic/", "config/", "docs/", "requirements.txt", "sample.env", "*.sh", "Procfile", "heroku.yml" ], "funding": { "type": "individual", "url": "https://github.com/sponsors/michael-abdo" }, "contributors": [ { "name": "Michael Abdo", "email": "michael.abdo.dev@gmail.com", "url": "https://github.com/michael-abdo/rapidocsai" } ] }