Undefined function 'extractFileText' for input arguments of type 'char'
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!