https://github.com/milleniumbug/kanjitomo-ocr-server
https://github.com/milleniumbug/kanjitomo-ocr-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milleniumbug/kanjitomo-ocr-server
- Owner: milleniumbug
- License: other
- Created: 2021-06-06T12:55:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T17:13:06.000Z (about 5 years ago)
- Last Synced: 2025-01-10T20:42:21.319Z (over 1 year ago)
- Language: Kotlin
- Size: 20.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# kanjitomo-ocr-server
A REST API server that exposes the OCR recognition capabilities of [KanjiTomo application](https://github.com/sakarika/kanjitomo-ocr), for easy integration with other applications.
## License
[The kanjitomo-ocr library uses a license that allows its use for non-commercial purposes, with attribution.](https://github.com/sakarika/kanjitomo-ocr/blob/master/LICENSE.txt)
This project uses the kanjitomo-ocr library, therefore it is bound by its license.
## Calling the API
With the server up and running, run
curl --data-binary @/path/to/my/image/file http://localhost:8080/ocr
Sample response:
{"status":"success","result":"今夜はうぢに\n泊まりに芯いでよ\n","isVertical":true}