From 02f4bb1433578ff50abd06325572783af4c72e7a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 4 Jun 2024 01:23:22 +0900 Subject: [PATCH] chore: update .env.example seperated -> separated --- ocr/ocr/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocr/ocr/.env.example b/ocr/ocr/.env.example index 31aa0ec..6ef12e4 100644 --- a/ocr/ocr/.env.example +++ b/ocr/ocr/.env.example @@ -1,7 +1,7 @@ APP_ENV=DEV OCR_GPU=TRUE -# For language list, put a comma seperated list to add languages (eg. en,fr,de) +# For language list, put a comma separated list to add languages (eg. en,fr,de) OCR_LANGUAGES=en EASYOCR_IMAGE_DECODER=beamsearch @@ -15,4 +15,4 @@ EASYOCR_IMAGE_DECODER_LOW_TEXT=0.4 USE_REMOTE_OCR=FALSE OCR_REMOTE_URL= -BASE_IMAGE_PATH=gpu_service_images/ \ No newline at end of file +BASE_IMAGE_PATH=gpu_service_images/