From 70e3920556496e5fecb5fedddf1067b2522fcac7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 24 Dec 2024 18:51:17 +0530 Subject: Add setup for ocr with tesseract --- src/Chelleport/Context.hs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Chelleport/Context.hs') diff --git a/src/Chelleport/Context.hs b/src/Chelleport/Context.hs index b23c1c2..30d8516 100644 --- a/src/Chelleport/Context.hs +++ b/src/Chelleport/Context.hs @@ -11,14 +11,6 @@ import SDL (($=)) import qualified SDL import qualified SDL.Font as TTF --- benchmark :: String -> IO a -> IO a --- benchmark msg m = do --- start <- systemNanoseconds <$> getSystemTime --- result <- m --- end <- systemNanoseconds <$> getSystemTime --- Debug.traceM $ msg ++ ": " ++ show (end - start) --- pure result - initializeContext :: IO DrawContext initializeContext = do -- Initialize SDL -- cgit v1.3.1