pdf to csv script and front end based loader
- python > 3.0
- install attched requirement file using commad : pip install -r requirements.txt
- script to convert pdf file to csv
- run: python pdfTocsv.py file_with_full_path
- example : python pdfTocsv.py "C:\Users\dell\Desktop\backend_pdf_to_csv_server\BalSheet.pdf"
- django file loading server
- go to django-server\fileLoader
- run command python manage.py runserver
- url 127.0.0.1:8080
-
run: