From 3da65f6aa08ce826569c1b1c98c631e0375e9bf0 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 13 Apr 2025 19:06:38 -0600 Subject: [PATCH] Changes to organization of Server.py --- Data/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/server.py b/Data/server.py index 0482277..8c10a75 100644 --- a/Data/server.py +++ b/Data/server.py @@ -5,7 +5,6 @@ import os import base64 # Borealis Python API Endpoints -# These are Python files that run code to process data given to them via the API from Python_API_Endpoints.ocr_engines import run_ocr_on_base64 # ---------------------------------------------