An open API service indexing awesome lists of open source software.

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

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": "*"
}
```