How can i organize text data column by column?
4 views (last 30 days)
Show older comments
Hi all; I have a dictionary .pdf file contains words and their meanings. Words are line by line and the meanings are under the words (see Figure).

As you see, meanings starting with "*" But some words have more than one meaning. I want to make an excel like that (Fig),

So, how can i do that?
7 Comments
Geoff Hayes
on 24 Mar 2018
I think it will be a challenge to import the PDF file into MATLAB. Have you tried with the above link to the File Exchange submission?
Christopher Creutzig
on 20 Apr 2018
Reading the text into MATLAB may be easy, that's what extractFileText does.
If that is not a solution to the problem, it may be a good idea to have the pdf somewhere people can actually look at it. There is an almost infinite range of possibilities how PDF can be encoded and written.
Answers (0)
See Also
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!