From 47ec10889c757301f24d52d85f66d7cc93f4462e Mon Sep 17 00:00:00 2001 From: Howard Huang Date: Tue, 3 Dec 2024 05:09:18 -0500 Subject: [PATCH] Retiring Azure OCR Text Detection Component. --- docker-compose.components.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-compose.components.yml b/docker-compose.components.yml index 0d4a0da6..57eb28aa 100644 --- a/docker-compose.components.yml +++ b/docker-compose.components.yml @@ -59,16 +59,6 @@ services: MPF_PROP_ACS_URL: ${ACS_FORM_DETECTION_URL} MPF_PROP_ACS_SUBSCRIPTION_KEY: ${ACS_FORM_DETECTION_SUBSCRIPTION_KEY} - azure_ocr_text_detection: - <<: *detection-component-base - image: ${REGISTRY}openmpf_azure_ocr_text_detection:${TAG} - build: - context: ${OPENMPF_PROJECTS_PATH}/openmpf-components/python/AzureOcrTextDetection - environment: - <<: *common-env-vars - MPF_PROP_ACS_URL: ${ACS_OCR_URL} - MPF_PROP_ACS_SUBSCRIPTION_KEY: ${ACS_OCR_SUBSCRIPTION_KEY} - azure_read_text_detection: <<: *detection-component-base image: ${REGISTRY}openmpf_azure_read_text_detection:${TAG}