On Fri, 26 Apr 2002, Vladislav Kulchitski wrote:
> Can anybody help me with this problem? Basically, I have thousands of MS
> Word documents. What I need to do is to design an interface that will
> let you submit more of them into the database, and it should index all
> these documents, like extract keywords. Is this possible at all via PHP?
> Also it should index or like re-index existing docs.

For submission:

    http://www.php.net/manual/en/features.file-upload.php

For indexing and searching:

    http://mnogosearch.ru

together with:

    http://www.gnu.org/directory/catdoc.html

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to