I am doing a project that involves simple extraction of text data from a pdf and doc, and would like to know what is the best api out there for doc-docx and pdf. The preferred language is C# on the .Net framework.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from stackapps.com Feb 2 '12 at 22:49
|
Apache Tika does this, although not in .NET it does support PDF and MS Word docs. Besides utilities that use Tiki internally (such as Solr), I'm not aware of any other freely available libraries that support a very wide range of formats. |
||||
|
|