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 --- chelleport.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index 2d03b63..bf269ba 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -50,7 +50,10 @@ common warnings common extension extra-libraries: stdc++ Xtst X11 tesseract leptonica include-dirs: include - c-sources: cpp/libchelleport.cpp + c-sources: + cpp/libchelleport.cpp + cpp/recognizer.cpp + cpp/image.cpp cxx-options: -O3 -ffast-math -march=native extra-source-files: cpp/*.cpp -- cgit v1.3.1