Search Criteria
Package Details: dpscreenocr 1.5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dpscreenocr.git (read-only, click to copy) |
|---|---|
| Package Base: | dpscreenocr |
| Description: | Program to recognize text on screen |
| Upstream URL: | https://danpla.github.io/dpscreenocr |
| Keywords: | ocr tesseract tesseract-ocr |
| Licenses: | zlib |
| Submitter: | ragouel |
| Maintainer: | Jake |
| Last Packager: | Jake |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-28 22:15 (UTC) |
| Last Updated: | 2026-01-12 23:09 (UTC) |
Dependencies (5)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- tesseract (tesseract-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Latest Comments
Jericho commented on 2022-03-24 18:54 (UTC) (edited on 2022-03-24 18:55 (UTC) by Jericho)
Jake commented on 2021-11-20 11:09 (UTC) (edited on 2021-11-20 11:09 (UTC) by Jake)
@argo:
-DDPSO_GEN_HTML_MANUAL=NOworks, it has to be DD because first is-Dfor cmake and afterwards the actual option name that starts wit D as well.@ragouel: Add the fix please, I could also (co)maintain if you want some help.
argo commented on 2021-11-13 12:56 (UTC) (edited on 2021-11-13 12:59 (UTC) by argo)
This package's got two issues in need of fixing:
install="${pkgname}.install"line is extraneoussed -i 's/option(DPSO_GEN_HTML_MANUAL "Generate HTML manual. Requires Pandoc." YES)/option(DPSO_GEN_HTML_MANUAL "Generate HTML manual. Requires Pandoc." NO)/' \CMakeLists.txtOtherwise it won't build at all.
cdfa commented on 2021-05-22 21:09 (UTC)
Missing
pandocmake dependency.