1.23 修了开评定标提示词 废标无效标 增加了'十、废标条件' 这种的提取

This commit is contained in:
zy123 2025-01-23 15:34:46 +08:00
parent c930c272e7
commit 4c4b83c2f4
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ def delete_mark(docx_path):
if __name__ == '__main__':
# input=r'C:\Users\Administrator\Desktop\fsdownload\0bb9cf31-280c-4d96-bc21-0871ee7fd6df\tmp\ztbfile.pdf'
input=r'C:\Users\Administrator\Downloads\国网湖北电力荆州供电公司2024年第四次服务授权竞争性谈判采购-采购文件15DJ04.pdf'
input=r'C:\Users\Administrator\Desktop\货物标\zbfiles\招标文件(107国道).pdf'
output=insert_mark(input)
# doc_path = r'C:\Users\Administrator\Desktop\fsdownload\0bb9cf31-280c-4d96-bc21-0871ee7fd6df\tmp\invalid_added.docx'
# res=delete_mark(doc_path)

View File

@ -90,7 +90,7 @@ def read_docx_by_paragraphs(file_path):
return []
if __name__ == "__main__":
file_path=r"C:\Users\Administrator\Desktop\新建文件夹 (3)\temp\file1736998876340 (1).doc"
file_path=r"C:\Users\Administrator\Desktop\货物标\zbfiles\invalid_added.docx"
read_docx(file_path) #按行读取
# paragraphs = read_docx_by_paragraphs(file_path) #按段落读取