Undefined function 'extractFileText' for input arguments of type 'char'

5 次查看(过去 30 天)
Hi, when I try the following command
str = extractFileText('mydocument.pdf');
I get this error
Undefined function 'extractFileText' for input arguments of type 'char'.
Error in untitled (line 4)
str = extractFileText('mydocument.pdf');
Why do I get this error?
How can extract data from my PDF then?
P.S.: my MATLAB version is R2019b.

采纳的回答

Sim
Sim 2021-12-15
编辑:Sim 2021-12-16
OK, stupid question since I had not the Text Analytics Toolbox installed - After the installation of that toolbox, it worked well!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by