summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-04-02 22:09:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-04-02 22:09:16 +0100
commit01a460d91b1cebb7e9b10ecd24764e3da3f14774 (patch)
treee7657ad6b56379f082f34109b6ce8d89e6422fb4
parent260d720e3f8905b0b7f0e33e135d67a30d413f2b (diff)
add tesseract
-rwxr-xr-xoffice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/office.py b/office.py
index 153b37a..068b01e 100755
--- a/office.py
+++ b/office.py
@@ -50,7 +50,7 @@ class Office(QtWidgets.QMainWindow):
AND a.name = i.name
AND a.slot = i.slot
WHERE a.name IN
- ('fet', 'libreoffice', 'wps-office', 'cantarell', 'corefonts', 'dejavu', 'liberation-fonts', 'libertine', 'noto', 'open-sans', 'roboto', 'ttf-bitstream-vera', 'qpdfview', 'cups', 'cups-filters', 'cups-pdf', 'simple-scan', 'cnijfilter', 'cnijfilter-drivers', 'hplip')
+ ('fet', 'libreoffice', 'wps-office', 'tesseract', 'cantarell', 'corefonts', 'dejavu', 'liberation-fonts', 'libertine', 'noto', 'open-sans', 'roboto', 'ttf-bitstream-vera', 'qpdfview', 'cups', 'cups-filters', 'cups-pdf', 'simple-scan', 'cnijfilter', 'cnijfilter-drivers', 'hplip')
''')
rows = cursor.fetchall()