https://github.com/ronething/financial_analysis
fork from https://github.com/youzhiran/financial_analysis
https://github.com/ronething/financial_analysis
Last synced: about 1 year ago
JSON representation
fork from https://github.com/youzhiran/financial_analysis
- Host: GitHub
- URL: https://github.com/ronething/financial_analysis
- Owner: ronething
- Created: 2023-12-07T15:55:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T15:59:34.000Z (over 2 years ago)
- Last Synced: 2025-05-18T04:36:19.230Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 招商银行 pdf 流水提取分析工具
# usage
- modify `pdf_file_path = "/path/to/your/2023.pdf"`
```
pip(3) install -r req.txt
python(3) main.py
```
# ⚙️ 设置项说明
| 配置项 | 说明 |
|-----------|---------------------------------------|
| save_path | 导出文件的存储目录,可以写绝对路径或相对路径 |
| area | pdf边距定义,[top, left, bottom, right] , 一般不需要更改 |
| area1 | pdf第一页边距定义,[top, left, bottom, right], 一般不需要更改 |
_此项目为本人学习Python所用,仅供个人学习使用_