Metadata-Version: 2.1
Name: pdf2excel
Version: 0.2
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2
Requires-Dist: pdf2docx
Requires-Dist: pypandoc
Requires-Dist: pandas
Requires-Dist: openpyxl

# pdf2excel

## 介绍

`pdf2excel`是一个简单的Python工具，它可以帮助用户从PDF文档中提取含有特定关键字的表格，并将其转换为Excel文件。

## 安装

要安装`pdf2excel`，请使用pip：

```bash
pip install pdf2excel
```

## 使用

要使用`pdf2excel`，你需要提供三个参数：PDF文件的路径、要搜索的关键字和输出的Excel文件的路径。例如：
```bash
pdf2excel --input "/path/to/your/pdf.pdf" --keyword "your_keyword" --output "/path/to/your output.xlsx"
```

## 依赖
PyPDF2 

pdf2docx

pypandoc

pandas

openpyxl

## 版权和许可
版权所有 2023 LuckyBian(Weizhen Bian)。保留所有权利。
