Webboard: some help with the indexer
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Goga
Email:
Message:
> What is, if the linktext was an image?
> How i can see or index this?
You can use external parser to grab meta-data
from image file or to OCR it.
I use these settings in my config:
Mime "image/vnd.djvu" "text/html" "/bin/djvu2txt -u ${URL}"
Mime "application/pdf" "text/plain" "/bin/pdf2txt -u ${URL}"
djvu2txt, pdf2txt are written by me and their
behavior depends on url, file's content etc.
Reply: <http://www.mnogosearch.org/board/message.php?id=21118>