https://github.com/ocr-d/ocrd_olahd_client
https://github.com/ocr-d/ocrd_olahd_client
ocr-d
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocr-d/ocrd_olahd_client
- Owner: OCR-D
- License: apache-2.0
- Created: 2020-09-10T14:32:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T11:43:50.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:38:25.321Z (about 1 year ago)
- Topics: ocr-d
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ocrd-olahd-client
> Client for [OLA-HD](https://github.com/subugoe/OLA-HD-IMPL)
## Credentials
Create a params.json file with the endpoint, username, password:
```json
{
"endpoint": "http://141.5.98.232/api",
"username": "X",
"password": "*"
}
```