I have made a Demo App to select PDF from documents and convert it into text than Display in ( component) using API in REACT NATIVE
get API_URL LINK from here : http://www.rest7.com/pdf_to_text
-
Importent Packeges to Install :-
- npm install react-native-document-picker --save
- npm i react-native-fs
- if this gives any error use this = npm i react-native-fs --force
-
few changes into (android/app/src/main/AndroidManifest.xml) file:- Add Permissions :
-
Import this two packege into your app.js file:-
import DocumentPicker from 'react-native-document-picker'; import RNFS from 'react-native-fs
(Select the PDF file, Press Upload, then Press Convert to Display Text)