Sign inSign up

gunthercox/ocr-service

By gunthercox

Updated 6 months ago

A stand alone character recognition micro-service that can be accessed via a REST API.

Image
Machine learning & AI
Web servers
2

4.1K

gunthercox/ocr-service repository overview

OCR Service

This is a stand alone character recognition microservice that can be accessed via a REST API.

The service's expects json in the following format:

{
    'image': '<image byte content>'
}

Data will be returned in the following format:

{
    "text": [
        "Line of text one",
        "Line of text two"
    ]
}

Running the container

This application is fully Dockerized and can be started with docker-compose.

docker-compose up

Tag summary

Content type

Image

Digest

sha256:3aba239aa

Size

1 GB

Last updated

6 months ago

docker pull gunthercox/ocr-service