I’m working on a project where there is a feature choose file and extract text from those particularly file anyone can help me I’m developing this app in android studio using java technology
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
yes you can apache poi jar file in your android studio lib directory
First try to convert doc to html then extract text from html.
check this link: Convert .docx to HTML using JAVA