Frog: Extract text from any image, video, QR Code and etc.
https://github.com/TenderOwl/Frog/
Thanks.
Frog: Extract text from any image, video, QR Code and etc.
Frog: Extract text from any image, video, QR Code and etc.
Sorry, my English is bad.
Re: Frog: Extract text from any image, video, QR Code and etc.
It shouldn't be too hard to make a package for this, but you can already get it through flathub:
Code: Select all
flatpak install flathub com.github.tenderowl.frog
Re: Frog: Extract text from any image, video, QR Code and etc.
Here it is a SLKBUILD. But package to run need other deps.
Code: Select all
#Packager: Dimitris Tzemos <dijemos@gmail.com>
pkgname=frog
pkgver=1.2.0
pkgrel=1dj
source=("https://github.com/TenderOwl/Frog/archive/refs/tags/$pkgver.tar.gz")
#docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url="https://tenderowl.com/work/frog"
slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"Frog (Intuitive text extraction tool (OCR) for GNOME.)"
)
build() {
cd $startdir/src/Frog-$pkgver
#sed -i 's|/app/share/|/usr/share/|g' frog/language_manager.py
meson build --prefix=/usr
meson compile -C build
meson install -C build --destdir "$startdir/pkg"
}
Re: Frog: Extract text from any image, video, QR Code and etc.
Thank you, what are the required packages?
Are the packages available in the Salix repository?
Sorry, my English is bad.
Re: Frog: Extract text from any image, video, QR Code and etc.
Run frog from terminal and you see what is missing. I think required packages are not on salix repos. But i am not sure.
Re: Frog: Extract text from any image, video, QR Code and etc.
Finally successful to build Frog.
Thanks.
Sorry, my English is bad.
Re: Frog: Extract text from any image, video, QR Code and etc.
It is good to provide details about frog build which would be useful for other users.