Maybe we could write a program that uses OCR to detect messages in the chat that contain the text "WTB" and "WTS". The content of these messages could be uploaded to a database, and then we could do all sorts of cool things like:
- Create a website where people can search for things
- Find intersections between items being bought and sold
What do you guys think?
As far as OCR goes, it's an easy example of the problem. This isn't text written by humans or scanned from paper. It comes from a computer program, that renders the text exactly the same way every time. There won't be any noise in the data. Any competent programmer, given a screenshot of Spiral Knights, would be able to extract the text that you want.
The difficult part of the problem is parsing that text into something useful. Players don't always spell an item by exactly its official name. They use abbreviations, mis-capitalizations, etc. So there is some work to be done, to figure out what the text means. So think more about how automated and searchable you want your site to be.