initial import

This commit is contained in:
Mo Elzubeir
2022-12-13 09:18:00 -06:00
commit d2d561810c
322 changed files with 1147261 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# -------------------------------------------------
# Project created by QtCreator 2010-03-07T17:36:45
# -------------------------------------------------
QT += sql
TARGET = emsOCR
TEMPLATE = app
SOURCES += main.cpp \
emsocrdialog.cpp \
word.cpp \
emsocr.cpp \
coordinates.cpp \
tag.cpp
HEADERS += emsocrdialog.h \
word.h \
emsocr.h \
coordinates.h \
tag.h
FORMS += emsocrdialog.ui