diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-25 22:33:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-25 22:42:27 +0530 |
| commit | 83e2570d3c8da9920d66a00c4bdf5650fe1b3336 (patch) | |
| tree | 5755d561acdb86422e2ce3621e217a9c05dfb640 /src/Chelleport | |
| parent | fb24e589290f7ffbee04972eed35fca37facdf1c (diff) | |
| download | chelleport-83e2570d3c8da9920d66a00c4bdf5650fe1b3336.tar.gz chelleport-83e2570d3c8da9920d66a00c4bdf5650fe1b3336.zip | |
Parallel ocr evaluation for sections of screen + many refactorings
Diffstat (limited to 'src/Chelleport')
| -rw-r--r-- | src/Chelleport/OCR.hs | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |
