Android Question Extracting text from PDF page

Does anyone know of a current library or routine for extracting the text from a page within a pdf file?

I can successfully load and display the pages from the pdf file using PDFium / PDF Viewer library but now need to be able to examine the text of a selected page. Previously, I have used PDFPlumber in Python but that is not available for B4X.

Can anyone help.
 
Top