I have an Question.
i just Want to read pdf data. then i match the maximum similar word in pdf with some Word.
Like Sql word are common in Sql tutorial pdf file.so i just want to count the sql word in pdf.
then i want to share the pdf according to maximum word to sql Teacher.so how is it possible. if Anyone have Idea about this so plz share with me asap.

Mageshwaran RPosted Nov 6, 2019, 10:53 AM
Somit VishwakarmaPosted Oct 18, 2019, 6:21 AM
Usman AzizPosted Oct 17, 2019, 12:56 AM
Mohamed AbedallahPosted Oct 12, 2017, 11:34 AM
- If the file is searchable PDF files, you can parse the PDF pages and get the text object from it. Then you read these text objects as string and put them in a list and count the frequency of any word you want.
- If the PDF file is not searchable (PDF pages are consist of images), then you need to OCR the PDF file and retrieve the text. Then count the frequency of any word you want.
LEADTOOLS has PDF parser and OCR features, and you can check these features in their online demo.
https://demo.leadtools.com/JavaScript/DocumentViewer/index.html
Uehara AyakaPosted Oct 8, 2017, 9:19 PM
Ankit SharmaPosted Oct 6, 2017, 12:10 PM