https://github.com/sloppycoder/ocr
https://github.com/sloppycoder/ocr
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloppycoder/ocr
- Owner: sloppycoder
- Created: 2024-04-14T08:15:25.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-19T07:49:17.000Z (about 2 years ago)
- Last Synced: 2025-01-11T08:14:01.340Z (over 1 year ago)
- Language: Python
- Size: 570 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your Python project
## quick start
```shell
# create .env file with database details and DocumentAI API info
DATABASE_URL=postgres://@/ocr
PROJECT_ID=
PROCESSOR_LOCATION=us
PROCESSOR_ID=
GOOGLE_APPLICATION_CREDENTIALS_JSON={"type":"service_account",...}
# run the django application and djang-q worker
# with hivemind
hivmind
# without hivemind or similiar
# in the first shell
python manage.py runserver
# in the 2nd shell
python manage.py qcluster
```
## open the browser to
[http://localhost:80000/statements/](http://localhost:80000/statements/)