How do I database?
December 8, 2008 7:22 PM
Subscribe
I have a complicated question about databases. Please read on.
Without going into specifics, I work at a company that reads a lot of documents. We have for years kicked around the idea of setting up a database that would allow us to index certain portions (say a page or two) of each of these documents. However, most of what we read comes in PDF. We are interested in setting up a database that would store pasted parts of these documents (mainly because setting up some sort of an OCR solution would be way too difficult). So ideally I want a database that has support for PNG/GIF. I checked out Access and it seems to support images if you want them stored in BMP. That isn't going to work. Are there any solutions out there for this, oh Hive Mind?
posted by prunes to computers & internet (20 comments total)
4 users marked this as a favorite
Alternatively, most database servers will store blobs (binary large objects), which could be a PNG, GIF, or any other image. If you look for blob support instead of image support you'll find many more options.
posted by pocams at 7:35 PM on December 8, 2008