Sign inSign up

odacharlee/tesseract-ocr-api

By odacharlee

Updated over 2 years ago

A small web service that provides OCR capabilities.

Image
0

852

odacharlee/tesseract-ocr-api repository overview

Tesseract OCR API

License

Description

This is a small web service providing OCR capabilities.

Usage

Create docker-compose.yml file with the following content:

version: '3.3'
services:
  ocr-api:
    image: odacharlee/tesseract-ocr-api
    restart: always
    ports:
      - '5001:5000'
    volumes:
      - ./traineddata:/traineddata
    environment:
      - LANGUAGES=jpn,chi_sim,chi_tra

And run the following command:

docker-compose up -d

License

This project is licensed under the MIT License.

Tag summary

Content type

Image

Digest

sha256:c74052eec

Size

122 MB

Last updated

over 2 years ago

docker pull odacharlee/tesseract-ocr-api