Frog: Extract text from any image, video, QR Code and etc.

If there's software you need and you can't find, make a request for it.
Post Reply
babam
Posts: 50
Joined: 28. Oct 2015, 14:11

Frog: Extract text from any image, video, QR Code and etc.

Post by babam »

Frog: Extract text from any image, video, QR Code and etc.
https://github.com/TenderOwl/Frog/

Thanks.
Sorry, my English is bad.
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by gapan »

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
Image
Image
babam
Posts: 50
Joined: 28. Oct 2015, 14:11

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by babam »

gapan wrote: 15. Feb 2023, 20:17 It shouldn't be too hard to make a package for this[/code]
Can you provide a Slackbuild Script.

Thanks.
Sorry, my English is bad.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by djemos »

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"
} 
babam
Posts: 50
Joined: 28. Oct 2015, 14:11

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by babam »

djemos wrote: 16. Feb 2023, 11:36 Here it is a SLKBUILD. But package to run need other deps.
Thank you, what are the required packages?
Are the packages available in the Salix repository?
Sorry, my English is bad.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by djemos »

Run frog from terminal and you see what is missing. I think required packages are not on salix repos. But i am not sure.
babam
Posts: 50
Joined: 28. Oct 2015, 14:11

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by babam »

djemos wrote: 17. Feb 2023, 11:26 Run frog from terminal and you see what is missing. I think required packages are not on salix repos. But i am not sure.
Finally successful to build Frog.
Image

Thanks.
Sorry, my English is bad.
babam
Posts: 50
Joined: 28. Oct 2015, 14:11

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by babam »

SOLVED
Sorry, my English is bad.
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Frog: Extract text from any image, video, QR Code and etc.

Post by djemos »

It is good to provide details about frog build which would be useful for other users.
Post Reply