From e6536c45d008e8312b974bb74503e212399573aa Mon Sep 17 00:00:00 2001 From: Derek Dombek Date: Wed, 3 Apr 2024 15:02:24 -0600 Subject: [PATCH] rm test from ocr dir --- OCR/ocr/azure_form_ex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCR/ocr/azure_form_ex.py b/OCR/ocr/azure_form_ex.py index 29852f55..8925e2ab 100644 --- a/OCR/ocr/azure_form_ex.py +++ b/OCR/ocr/azure_form_ex.py @@ -7,7 +7,7 @@ load_dotenv() -# comment for test + endpoint = os.getenv('FORM_RECOGNIZER_ENDPOINT') key = os.getenv('FORM_RECOGNIZER_KEY') file_path = os.getenv('FORM_RECOGNIZER_FILE_PATH')