Skip to content

DataUSA/datausa-pytesseract

Repository files navigation

Tesseract API Template

pytesseract

This is a Tesseract API template for projects using the tesseract-api package. To start using this template, just create a new repository from this template and start coding 🎉

Docker

Use of local environments

If you are using node directly to develop, please recall your typical .env file to .env.local. For this, use .env as a guide

Using Docker to Develop

  1. Install Docker on your machine
  2. Build your container with:
  • NO ENV VARS AT BUILDTIME: docker build -t datausa-tesseract-api .
  1. Run your container with:
  • docker run --rm --env-file=./.env.local -p 7777:7777 datausa-tesseract-api

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published