Asutosh Panda
Asutosh Panda
the library is in jitpack. Use like this: **settings.gradle** ... ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } } ``` ...
The Library extracts the text content of a PDF and returns it in String format. You can use that String anywhere to show the content. Please note that, this library...
For images, as of now I haven't thought anything. My Library is built on top of Apache Tika. See if they support images, then we can go for a feature...