diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-02 22:09:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-02 22:09:16 +0100 |
commit | 01a460d91b1cebb7e9b10ecd24764e3da3f14774 (patch) | |
tree | e7657ad6b56379f082f34109b6ce8d89e6422fb4 | |
parent | 260d720e3f8905b0b7f0e33e135d67a30d413f2b (diff) |
add tesseract
-rwxr-xr-x | office.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |