Extraction and creation of text files from specific PDF file
This is the first version of the extract_pdf_text. This application is developed in Python programming language. The version of the language is 3.7.4. This application is for extracting text from a PDF file. The application works only by entering the path to the file and the file name. The application also generates a TXT file which the user can read directly from the folder entered initially or from the application, provided the user selects that option. The user can excecute the application directly from the command line o from the Python IDLE environment. The application is configured specifically for Windows OS.