To quickly get started with the application, clone the repository and run the application using the provided commands.
- Operating System: Windows/Linux/Mac
- Python: Version 3.7 or higher
- Required Libraries: List out libraries needed.
- Clone the repository:
git clone https://github.com/rahulmisra2010-ctrl/PDF-Manager.git cd PDF-Manager - Install dependencies:
pip install -r requirements.txt
To run the application, execute the following command:
python app.pyThe application includes 8 methods for extracting data. To test them, follow these steps:
- Navigate to the appropriate directory.
- Run tests for each method, using commands like:
Repeat for all methods.
python -m unittest test_method1.py
Upon successful execution, you should see respective outputs for each method as defined in the documentation of the application.
GET /api/method1: DescriptionPOST /api/method2: Description- Include all relevant API endpoints here
- If you encounter issues, check for the following:
- Ensure all system requirements are met.
- Verify installation instructions were followed correctly.
- System Requirements fulfilled
- Installation successful
- Application runs without errors
- All extraction methods provide expected results