Linux Lite Forums
OCR (optical character recognition) with word search? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: OCR (optical character recognition) with word search? (/showthread.php?tid=7704)



OCR (optical character recognition) with word search? - gotLL - 03-28-2021

Hello all,
I'm wondering if there is any application - whether GUI or Terminal which can scan text in the form of an image - and while doing so search for a specific string.  On OCR with built in word search. 

Is any such thing available?

Sincere thanks
dw


Re: OCR (optical character recognition) with word search? - Moltke - 03-28-2021

(03-28-2021, 08:31 PM)gotLL link Wrote: Hello all,
I'm wondering if there is any application - whether GUI or Terminal which can scan text in the form of an image - and while doing so search for a specific string.  On OCR with built in word search. 

Is any such thing available?

Sincere thanks
dw

Try gimagereader https://github.com/manisandro/gImageReader


Re: OCR (optical character recognition) with word search? - bitsnpcs - 03-29-2021

I am not knowing about this technology, in a search I found this, hope it is interesting -

https://wiki.gnome.org/Apps/OCRFeeder

Video of it


https://vimeo.com/3760126



Re: OCR (optical character recognition) with word search? - gotLL - 03-29-2021


Try gimagereader https://github.com/manisandro/gImageReader
[/quote]


Thank you!
I installed gimageReader - and when I go into Synaptics it shows that it is installed.
But it does not appear on any of my GUI application list and I cannot initiate it via the terminal either
when I try gimageReader in the terminal - I get "command not found".




Re: OCR (optical character recognition) with word search? - trinidad - 03-29-2021

Tesseract is the CLI application which is probably the most commonly used for ocr. Synaptic has the cli version and the language packs, or you can try the full Debian package below. The second link is to a help manual. It's been around for about 25 years.

https://packages.debian.org/buster/tesseract-ocr

https://www.systutorials.com/docs/linux/man/1-tesseract/

TC


Re: OCR (optical character recognition) with word search? - gotLL - 03-29-2021


https://wiki.gnome.org/Apps/OCRFeeder

Video of it

Thank you!
I was able to install and run OCRFeeder!
Much appreciate



Re: OCR (optical character recognition) with word search? - gotLL - 03-29-2021

(03-29-2021, 01:04 PM)trinidad link Wrote: Tesseract is the CLI application which is probably the most commonly used for ocr. Synaptic has the cli version and the language packs, or you can try the full Debian package below. The second link is to a help manual. It's been around for about 25 years.

TC


Thank you!
Yes - I use Tesseract to convert images to text.
And I see the other aforementioned GUI apps have Tesseract built-in.

I think I have enough to go on now!
Thanks everyone  :-]


Re: OCR (optical character recognition) with word search? - Moltke - 03-29-2021

(03-29-2021, 03:17 AM)gotLL link Wrote: Try gimagereader https://github.com/manisandro/gImageReader

Thank you!
I installed gimageReader - and when I go into Synaptics it shows that it is installed.
But it does not appear on any of my GUI application list and I cannot initiate it via the terminal either
when I try gimageReader in the terminal - I get "command not found".

Did you install ORC lang packages too? It didn't work for me either at first without having installed that.

(03-29-2021, 01:29 PM)gotLL link Wrote: https://wiki.gnome.org/Apps/OCRFeeder

Video of it

Thank you!
I was able to install and run OCRFeeder!
Much appreciate

Well, I see you solved it anyway. Smile


Re: OCR (optical character recognition) with word search? - bitsnpcs - 03-29-2021

(03-29-2021, 01:29 PM)gotLL link Wrote: https://wiki.gnome.org/Apps/OCRFeeder

Video of it

Thank you!
I was able to install and run OCRFeeder!
Much appreciate

You are Welcome dw Smile