DocumentReader icon indicating copy to clipboard operation
DocumentReader copied to clipboard

just a q

Open HassanDev13 opened this issue 2 years ago • 3 comments

awsome work thanks bro , but how i can display pdf file for example in sreen ?

HassanDev13 avatar Nov 18 '21 14:11 HassanDev13

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 won't extract anything other than text data from the PDF. If you have images in PDF this library won't extract it..

I hope this clarifies your doubt.

Asutosh11 avatar Nov 18 '21 14:11 Asutosh11

ah i get you thanks bro so any solution for images ? how we can handler them in this case ?

HassanDev13 avatar Nov 18 '21 18:11 HassanDev13

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 addition. Else you need to see some other solution.

Asutosh11 avatar Dec 23 '21 06:12 Asutosh11