How do I convert pdf to text through matlab?
10 次查看(过去 30 天)
显示 更早的评论
Hello,
I just started to use matlab this year so Im new to this whole computer programming. Im trying to make a program where I can get a summary from a word document or pdf file without having to read the whole pdf file itself. So far I'm able to do this by putting in just plain text into matlab. I want to be able to take a pdf file and do the same without having to download a pdf to text converter. Is there any code that will allow matlab to save the pdf file then convert it to text directly?
0 个评论
回答(1 个)
Joseph Cheng
2014-4-3
If you have to do this manually (creating your own pdf to text) then you'll have to read up on the PDF file structures (link for more info http://partners.adobe.com/public/developer/tips/topic_tip31.html . Otherwise if you look at the matlab file exchange there are user created programs that you can use to do this for you.
5 个评论
Jan
2014-4-4
@Kriszti Novak: Do not hesitate to ask your favorite internet search engine for such questions. E.g. Google is able to find sufficient links, when you insert "Matlab file exchange" as term to search for.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Language Support 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!