Python分析pdf簡歷

# -*- coding:utf-8 -*- import pdfplumber #解析pdf文件,尤爲帶有表格的文件 from openpyxl import Workbook #讀寫Excel的文件 import xlrd from xlutils.copy import copy # 解析:按照文字頁邊距判斷級別(標題或內容) def parse(pdf): tar
相關文章
相關標籤/搜索