aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-25 22:33:03 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-25 22:42:27 +0530
commit83e2570d3c8da9920d66a00c4bdf5650fe1b3336 (patch)
tree5755d561acdb86422e2ce3621e217a9c05dfb640 /chelleport.cabal
parentfb24e589290f7ffbee04972eed35fca37facdf1c (diff)
downloadchelleport-83e2570d3c8da9920d66a00c4bdf5650fe1b3336.tar.gz
chelleport-83e2570d3c8da9920d66a00c4bdf5650fe1b3336.zip
Parallel ocr evaluation for sections of screen + many refactorings
Diffstat (limited to '')
-rw-r--r--chelleport.cabal5
1 files changed, 4 insertions, 1 deletions
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