I have to store a tiff(tag image file format) or pdf scanned file in mongodb that should be Text search able . like if we want to search "on base of text" it should be able to search .
I am going to use .net mvc or java with mongodb .
so how can i store this pdf file and then can retrieve from database .
any suggestion will be appreciated .
thanks
You can store files by using MongoDb GridFs as described in this question and extract texts from a PDF file by using some features those described in this question. ;).
HTH
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With