Hi folks.
I am helping a friend with a php script which he is using to search directories for contents within pdf files. I am no programmer but I am quite good with Linux and he is not too bad with php.
Anyway, the script is triggered through a web interface whereby it will search each and every file for specific strings or items. I think it would really suck to do it that way but he is helping someone else with this and that person is insisting on using a beagle search for this purpose.
So my questions are:
- can php call beagle or beagle-index to perform this search?
- how would php obtain the results of the search?
- is there a simpler way to do this and where we I or my friend read up on this?
Thanks for any ideas on this.
griz