Hello shakti sir,
i am stuck in problem.i am converted pdf file to text for speech but some point are problem for me.
1. A pdf file is render(show) completely in application.
2. when converted into speech focus line by line and pdf moving up according to speech.
Rajeev MukherjeePosted May 11, 2016, 11:22 AM
Does the PDF contain images which have the text written, or is the text already present as searchable text in the PDF? If it’s the earlier, you need something called OCR to get the text from the image. This article may help you:
http://www.codeproject.com/Articles/1089313/Image-OCR-and-Document-Conversion-using-the-LEADTO
If there’s already text, try to parse the text from the PDF file. See this link:
http://www.codeproject.com/Articles/686994/Create-Read-Advance-PDF-Report-using-iTextSharp-in
For the text to speech part, I’m not very familiar with this. However, I managed to find this article after a quick search:
http://www.codeproject.com/Articles/182881/Text-to-Speech
Yogesh GuptaPosted May 5, 2016, 9:27 AM
Yogesh GuptaPosted May 4, 2016, 2:44 AM
Bhuvanesh MohankumarPosted May 4, 2016, 2:11 AM
Sorry Yogesh,