structured well
This commit is contained in:
13
apps/PaymentOCRService/README.md
Normal file
13
apps/PaymentOCRService/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Medical Billing OCR API (FastAPI)
|
||||
|
||||
## 1) Prereqs
|
||||
- Google Cloud Vision service-account JSON.
|
||||
- `GOOGLE_APPLICATION_CREDENTIALS` env var pointing to that JSON.
|
||||
- Tesseract installed (for fallback OCR), and on PATH.
|
||||
|
||||
## 2) Install & run (local)
|
||||
```bash
|
||||
python -m venv .venv && source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
export GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/service-account.json
|
||||
uvicorn app.main:app --reload --port 8080
|
||||
Reference in New Issue
Block a user