Thanks for the link to the component guide! Looks like I have most of this. Let me check all the boxes then I'll send send over the PR for feedback.
- Bob On 2017-01-23 06:30 (-0600), Claus Ibsen <claus.ib...@gmail.com> wrote: > Hi Bob > > Sounds great. We love contributions. So just keep hack on this and let > us know when you have something working. > > We love contributions > http://camel.apache.org/contributing.html > > > There is a new component guide here > http://camel.apache.org/add-new-component-guide.html > > On Mon, Jan 23, 2017 at 5:17 AM, Bob Paulin <b...@apache.org> wrote: > > Hi, > > > > I'd like to propose an Apache Tika[1] connector for Apache Camel. I see > > Camel uses a number of Tika components like PDFBox but it could be > > interesting to have a full assortment of file parsers to convert files > > to text. > > > > The basic configuration would allow MIME type detection and parsing > > files to text. > > > > tika:detect > > > > File/Inputstream -> camel-tika -> MIME Type > > > > tika:parse > > > > File/Inputstream -> camel-tika -> OutputStream in text > > > > I have a basic implementation that I'd be happy to send in a PR but I > > wanted to see if this was something the community was interested in. I > > think it might be interesting to combine a project that integrates > > everything with the project the parses everything. I also think having > > a%