Hello everybody
I would like to be able to search for content in my files e.g. TXT or PDF (OCR).
So I installed:
After that, I have configured my home/documents directory to be indexed recursive by dconf Editor at /org/freedesktop/tracker/miner/files/index-recursive-directories
.
Moreover, I did $ tracker3 reset -sr
in my documents directory and checked with $ tracker3 status
if the indexing was completed.
But when I try $ tracker3 info file.txt
there is no line like 'nie:plainTextContent
.
It seems like the extractor is not running.
When I do $ tracker3 extract file.txt
there will be no output. Just a blank line. Is that right?
When I do $ tracker3 search file
I will get a result. But when I search for the content by $ tracker3 search 'content'
there will be no result.
The same when I will use the search bar on top of nautilus, with “Full Text” enabled.
What can I do to be able to index the content of my files to get search result for them?
Thanks a lot!