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

조회 수: 7 (최근 30일)
Sim
Sim 2021년 12월 15일
편집: Sim 2021년 12월 16일
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