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

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.

Awesome Lists containing this project

README

          

text-detector
===

[![codecov](https://codecov.io/gh/michimani/text-detector/branch/main/graph/badge.svg?token=0MICL6IW6I)](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)