https://github.com/michimani/text-detector
This is a library for the Go language to detect text from images. It uses Amazon Rekognition or Google Cloud Vision for text detection.
https://github.com/michimani/text-detector
cloudvision golang rekognition
Last synced: 17 days ago
JSON representation
This is a library for the Go language to detect text from images. It uses Amazon Rekognition or Google Cloud Vision for text detection.
- Host: GitHub
- URL: https://github.com/michimani/text-detector
- Owner: michimani
- License: mit
- Created: 2022-04-13T13:15:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T21:59:36.000Z (over 2 years ago)
- Last Synced: 2025-11-14T16:02:19.193Z (7 months ago)
- Topics: cloudvision, golang, rekognition
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
text-detector
===
[](https://codecov.io/gh/michimani/text-detector)
This is a library for the Go language to detect text from images. It uses Amazon Rekognition or Google Cloud Vision for text detection.
# How to use
## Using Amazon Rekognition
TBD
## Using Google Cloud Vision
TBD
# License
[MIT](https://github.com/michimani/text-detector/blob/main/LICENSE)
# Author
[michimani210](https://twitter.com/michimani210)