Re: Django and Tika, API

2016-06-07 Thread Florian Apolloner
Hi, this mailing list is for the development of django itself. Please write to django-users instead. Cheers, Florian On Tuesday, June 7, 2016 at 2:25:53 PM UTC+2, Allison A. wrote: > > I am trying to extract a plain text from pdfs using Apache Tika. I can use > a python binding, python-tika,

Django and Tika, API

2016-06-07 Thread Allison A.
I am trying to extract a plain text from pdfs using Apache Tika. I can use a python binding, python-tika, but somehow I am not sure it's an efficient way as some files can come up more than 25M. What I need is the extract text instead of sending the files themselves to the server side. The bes