Daten laden aus pdf Datei

32 views (last 30 days)
Dominik Knauer
Dominik Knauer on 7 Jan 2020
Answered: Jemima Pulipati on 13 Jan 2021
In einer Übungsaufgabe wird gefordert Daten einzulesen, jedoch sind diese Daten nur auf der Pdf-Datei der Übungsaufgabe.
Screenshot (2).png
Gibt es eine Möglichkeit, diese Daten aus der pdf-Datei zu extrahieren und in Matlab zu laden?

Answers (1)

Jemima Pulipati
Jemima Pulipati on 13 Jan 2021
Hello,
From my understanding, you want to read text data from PDF file.
You may use the extractFileText() which is capable of reading text data from PDF, Microsoft Word or HTML files. This is available from R2017b version of MATLAB.
Here are some answers from the community which might be of relevance to you.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!