The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

pdf to database

r_esmaeilzadeh1r_esmaeilzadeh1 Member Posts: 1 Learner I
edited September 2021 in Help
Hellow  everyone
I am a new member and had studies about the software but I have a problem:
I need to read a lot of PDFs, delete the references sections, categorize them by year of publication, and then do the text mining and found The most repetitive words.
 how can I do that?
Thanks in advance for your guidance

Answers

  • kaymankayman Member Posts: 662 Unicorn
    If your pdf's are based on text (so not scanned) you can use the read document operator ans select pdf as format. This will convert the pdf to a plain text file.

    Next you can use the replace operators and regex to strip what you don't need and use the document to data operators for the mining part. 
Sign In or Register to comment.