Skip to content

React NAtive:-I have made a Demo App to select PDF from documents and convert it into text than Display to (<TEXT>)

Notifications You must be signed in to change notification settings

sahil2401/PDF-to-TEXT-using-Rest7-API-REACT-NATIVE-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PDF-to-TEXT-using-Rest7-API-REACT-NATIVE-

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 :-

    1. npm install react-native-document-picker --save
    2. 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)

ss

About

React NAtive:-I have made a Demo App to select PDF from documents and convert it into text than Display to (<TEXT>)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published