Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# PDF-Parser
# PDF-Parser

## Introduction
PDF-Parser is a Python-based tool that extracts data from PDF files, specifically targeting structured financial documents such as bank statements.

## Installation
1. Clone the repository:
```sh
git clone https://github.com/Gyani25k/PDF-Parser.git
```
2. Navigate to the project directory:
```sh
cd PDF-Parser
```
3. Install required dependencies using pip:
```sh
pip install -r requirements.txt
```

## Usage
Run the tool by executing the following command:
```sh
python app.py
```

## Examples
- **Extract Data from PDF**:
Upload a PDF through the web interface and get the structured data in JSON format.

## Contributing
Contributions are welcome! Please create a new branch for your feature or bug fix and submit a pull request for review.

## Contact Information
For inquiries, please contact the repository owner via GitHub.

## License
This project is licensed under the MIT License - see the LICENSE file for details.
Loading