简体   繁体   中英

Indexing and searching of pdf content

I have been searching for Iphone programming ways to search and index downloaded pdf documents.The app that I want to make will have facility to download pdf files on the device and store it as various pdf files in a directory, the user can use the search function and should be able to search for the keyword in all the files.It is similar to grep functionality in MAC. My problem is searching in all the files quickly since I am not able to figure out what is the best way to do the indexing so that search is fast.

please suggest.

Thanks, David

I can't help but think that the best solution would be to dump the text of the pdf (that will be later searched) into a sql backed database when the pdf is downloaded and access the database via core-data.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM