Search Criteria
Package Details: lios-git 7eeed0be-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/lios-git.git (read-only, click to copy) |
---|---|
Package Base: | lios-git |
Description: | Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform |
Upstream URL: | https://gitlab.com/groups/Nalin-x-Linux |
Keywords: | a11y accessibility OCR office |
Licenses: | GPL3 |
Conflicts: | lios |
Provides: | lios |
Submitter: | chrys87 |
Maintainer: | chrys87 |
Last Packager: | chrys87 |
Votes: | 11 |
Popularity: | 0.007474 |
First Submitted: | 2015-12-23 12:45 (UTC) |
Last Updated: | 2020-07-29 15:54 (UTC) |
Dependencies (14)
- aspell-en
- cuneiform
- espeak (espeak-test, espeak-ng-extended-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-fftw, imagemagick-full)
- poppler (poppler-minimal, poppler-lcdfilter, poppler-lcd, poppler-git)
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- python-pyenchant
- python-sane
- speech-dispatcher (speech-dispatcher-git)
- tesseract (tesseract-ocr-git, tesseract-git)
- vte3 (vte3-ng-fullwidth-emoji, vte3-tilix, vte3-ng, vte3-git, vte3-nohang, vte3-notification, vte3-selectall)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
1 2 Next › Last »
chrys87 commented on 2020-07-29 17:15 (UTC)
thanks City-busz,
fixed: python-pyinsane -> python-sane
City-busz commented on 2020-07-28 22:11 (UTC)
It depends on python-sane, not on python-pyinsane.
Mohnish commented on 2020-04-25 10:44 (UTC)
Hi, there is a missing dependency: gst-plugins-base-libs After installing lios-git from AUR, and running it in the terminal, the following error occurs: /usr/lib/python3.8/site-packages/lios/ui/gtk/text_view.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
/usr/lib/python3.8/site-packages/lios/ui/gtk/print_dialog.py:23: PyGIWarning: Pang oCairo was imported without specifying a version first. Use gi.require_version('Pa ngoCairo', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import PangoCairo
Traceback (most recent call last):
File "/usr/bin/lios", line 3, in <module>
from lios.main import *
File "/usr/lib/python3.8/site-packages/lios/main.py", line 27, in <module>
from lios import scanner, editor, imageview, cam, ocr, preferences, speech, tr ain_tesseract
File "/usr/lib/python3.8/site-packages/lios/cam.py", line 19, in <module>
from gi.repository import GdkX11, GstVideo
File "/usr/lib/python3.8/site-packages/gi/importer.py", line 132, in load_module
raise ImportError('cannot import name %s, '
ImportError: cannot import name GstVideo, introspection typelib not found
Installing gst-plugins-base-libs fixed this problem as it contains GstVideo
Thank You
chrys87 commented on 2019-01-19 20:19 (UTC)
"self.preferences.scan_driver" is part of the source code as it is a class member.
so you may find it in the application source itself (as file content of an .py file) instead of an filename.
i reset the flag.
djringjr commented on 2019-01-19 18:30 (UTC)
My LIOS installation contains no /home/username/lios folder and no lios_preferences file. Also I do not fine a file named "self.preferences.scan_driver" anywhere on my computer.
I have tried to sign up for the LIOS mail list.
The flag on this AUR should be reset as it is a git file and is always up to date.
Regards,
DR
chrys87 commented on 2019-01-19 16:42 (UTC)
Howdy David,
what about the LIOS list?
yea i know about vinux.
as a first inspectaion i would say that "self.preferences.scan_driver" contains an index what doesnt exist in "self.available_scanner_driver_list" list.
this could mean 1. no scanner driver exists, 2. broken preferences, 3. an bug caused by code refacturing
djringjr commented on 2019-01-19 15:14 (UTC)
I have tried to contact Nalin by both email addresses I have for him, but I have no answer to either email. I also mentioned this error on the Vinux mail list (Ubuntu based for blind) and no answer.
Alas!
Best wishes, David
chrys87 commented on 2019-01-19 13:07 (UTC)
Howdy djringjr,
look more like an software issue than an PKGBUILD problem to me. this is a -git package was means that it clonse the current state of development from git repository. so this may happen in unstable versions.
you may want to report this to the developer.
djringjr commented on 2019-01-18 14:42 (UTC)
Program crashes warns about ispell not being installed, it is installed, then when warning is dismissed another warning appears and lios freezes. Here are the errors when starting.
(lios:11645): Gtk-WARNING **: 09:37:41.396: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(lios:11645): Gtk-WARNING **: 09:37:41.397: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(lios:11645): Gtk-WARNING **: 09:37:41.397: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
(lios:11645): Gtk-WARNING : 09:37:41.531: Cannot connect attribute 'text' for cell renderer class 'lios+ui+gtk+tree_view+CellRendererToggle' since attribute does not exist /usr/lib/python3.7/site-packages/lios/ui/gtk/text_view.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /usr/lib/python3.7/site-packages/lios/ui/gtk/print_dialog.py:23: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import PangoCairo /usr/lib/python3.7/site-packages/lios/cam.py:19: PyGIWarning: GstVideo was imported without specifying a version first. Use gi.require_version('GstVideo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GdkX11, GstVideo /usr/lib/python3.7/site-packages/lios/ui/gtk/terminal.py:21: PyGIWarning: Vte was imported without specifying a version first. Use gi.require_version('Vte', '2.91') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, Vte Process Process-1: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, self._kwargs) File "/usr/lib/python3.7/site-packages/lios/main.py", line 654, in <lambda> child_conn.send(tuple(self.available_scanner_driver_list[self.preferences.scan_driver].get_available_devices()))), IndexError: list index out of range
chrys87 commented on 2016-09-02 14:34 (UTC)
1 2 Next › Last »