Re: PDF extarcting

2018-11-13 Thread swathi2801 Yadhav
OK sure If u have code please send me On Tue, 13 Nov 2018, 7:05 p.m. Joel use pip3. > It would be nice if you could keep the non django discussion out of this > group. > > On Tue, 13 Nov, 2018, 6:47 PM swathi2801 Yadhav < > swathi2801yad...@gmail.com wrote: > >> pdf text tool not installing in th

Re: PDF extarcting

2018-11-13 Thread Joel
use pip3. It would be nice if you could keep the non django discussion out of this group. On Tue, 13 Nov, 2018, 6:47 PM swathi2801 Yadhav pdf text tool not installing in this version what to do next? > > > On Tue, Nov 13, 2018 at 6:41 PM swathi2801 Yadhav < > swathi2801yad...@gmail.com> wrote: >

Re: PDF extarcting

2018-11-13 Thread swathi2801 Yadhav
pdf text tool not installing in this version what to do next? On Tue, Nov 13, 2018 at 6:41 PM swathi2801 Yadhav < swathi2801yad...@gmail.com> wrote: > please can ping me the code if u have done soo > > On Tue, Nov 13, 2018 at 6:30 PM m1chael wrote: > >> i recently achieved this by using pdf2tex

Re: PDF extarcting

2018-11-13 Thread swathi2801 Yadhav
please can ping me the code if u have done soo On Tue, Nov 13, 2018 at 6:30 PM m1chael wrote: > i recently achieved this by using pdf2text tool, and then using regular > expressions to parse out what I want. > > VERY DIFFICULT > > > > On Tue, Nov 13, 2018 at 6:45 AM swathi2801 Yadhav < > swathi2

Re: PDF extarcting

2018-11-13 Thread m1chael
i recently achieved this by using pdf2text tool, and then using regular expressions to parse out what I want. VERY DIFFICULT On Tue, Nov 13, 2018 at 6:45 AM swathi2801 Yadhav < swathi2801yad...@gmail.com> wrote: > by using resular we can only extract doc files but to for extracting the > data

Re: PDF extarcting

2018-11-13 Thread swathi2801 Yadhav
by using resular we can only extract doc files but to for extracting the data from pdf we need to import any package or not On Tue, Nov 13, 2018 at 10:33 AM Manjunath wrote: > I think regular expression would be a better option for your requirements. > If you provide some sample resume docs, we

Re: PDF extarcting

2018-11-12 Thread Manjunath
I think regular expression would be a better option for your requirements. If you provide some sample resume docs, we can help better. On Tuesday, November 13, 2018 at 7:04:06 AM UTC+5:30, swathi2801 Yadhav wrote: > > Hi everyone, there is a project given to us to develop an application > I need

PDF extarcting

2018-11-12 Thread swathi2801 Yadhav
Hi everyone, there is a project given to us to develop an application I need to extract data from resume only specific fields like name, mail, dob, phone number by importing a package pyPdf2 I can only extract a data to text the whole part but there is no need of whole data only specific data nee