tleyden / open-ocr

Run your own OCR-as-a-Service using Tesseract and Docker
Apache License 2.0
1.33k stars 223 forks source link

Install on OSX error #94

Closed awkejiang closed 7 years ago

awkejiang commented 7 years ago

$ docker-compose up WARNING: The OPEN_OCR_INSTANCE variable is not set. Defaulting to a blank string. Pulling openocrworker (tleyden5iwx/:latest)... ERROR: Error parsing reference: "tleyden5iwx/" is not a valid repository/tag

awkejiang commented 7 years ago

My fault. Need setting up the env first. $ export OPEN_OCR_INSTANCE=open-ocr-2

tleyden commented 7 years ago

Thanks for reporting how you fixed it!