vote up 0 vote down star

I'm implementing an IFilter for indexing image formats. One problem is photos - many users have tons of photos, photos are huge and loading and searching for text on them is time consuming.

Yes, sometimes people use cameras instead of scanners for digitizing documents, but the potential problems IMO far outweight the possibility of encountering a document digitized with a photo camera. So my implementation will not extract text from photos at all.

What should the IFilter do once it detects that a given file is a photo image - indicate an error or return empty text?

flag

42% accept rate
how sharepoint behaves when you throw an error? why throwing an error at all? – Rubens Farias Oct 8 at 10:19
It logs it and skips the file. Exactly like when the file is of invalid format. I just can't decide which is better - indicating an error or just silently returning no text. – sharptooth Oct 8 at 10:59

1 Answer

vote up 0 vote down

If a Word filter didn't handle tracked changes, it wouldn't throw an error; it would just skip them. Even though in your case you're skipping entire files, it's the same principle. This is not an error condition. Just return no text.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.