For a C # web application, I want to index text from PDF, DOC, etc. files stored in a database.
I experimented with the IFilter example in Code Project , which is great for files from the file system, but my files are stored in an MS-SQL database.
Can someone help me find a sample for extracting text from files stored in the database, or have an idea on how to change the project code code to work with the database, and not with the file system?
source share