Re: Extracting symbols from Text

2010-08-25 Thread Jukka Zitting
Hi, On Tue, Aug 24, 2010 at 9:50 PM, Yogesh wrote: > I have PDFs for scientific literature. I want to extract all the notations > like alpha, beta, gamma, delta and some other symbols along with the text. > The PDFTextStripper works fine and gives me the text. > How can I get these symbols along

Extracting symbols from Text

2010-08-24 Thread Yogesh
Hi, I have PDFs for scientific literature. I want to extract all the notations like alpha, beta, gamma, delta and some other symbols along with the text. The PDFTextStripper works fine and gives me the text. How can I get these symbols along with the text the way it occurs in the PDF? Thanks, -Y