Skip to content

gunthercox/ocr-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A stand alone character recognition micro-service with a RESTful API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •