phase 4
This commit is contained in:
@@ -86,9 +86,9 @@ def test_ocr_stage_remote(url: str):
|
||||
logger.info("--- OCR stage (remote mode) ---")
|
||||
|
||||
sys.path.insert(0, ".")
|
||||
from detect.models import BoundingBox, Frame
|
||||
from detect.profiles.base import OCRConfig
|
||||
from detect.stages.ocr_stage import run_ocr
|
||||
from core.detect.models import BoundingBox, Frame
|
||||
from core.detect.stages.models import OCRConfig
|
||||
from core.detect.stages.ocr_stage import run_ocr
|
||||
|
||||
# Create a frame with text baked in
|
||||
image = make_text_image("EMIRATES")
|
||||
|
||||
Reference in New Issue
Block a user