From 83e2570d3c8da9920d66a00c4bdf5650fe1b3336 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 25 Dec 2024 22:33:03 +0530 Subject: Parallel ocr evaluation for sections of screen + many refactorings --- src/Chelleport/OCR.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Chelleport/OCR.hs b/src/Chelleport/OCR.hs index 5ee331c..3cd83ae 100644 --- a/src/Chelleport/OCR.hs +++ b/src/Chelleport/OCR.hs @@ -1,7 +1,6 @@ module Chelleport.OCR (MonadOCR (..)) where import Chelleport.Types -import Chelleport.Utils (benchmark) import Control.Concurrent (threadDelay) import Control.Monad.IO.Class (MonadIO (liftIO)) import Control.Monad.RWS (MonadReader (ask)) -- cgit v1.3.1