| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
发布1.0.1:增加发票识别功能 | 1 年前 | |
发布1.0.1:增加发票识别功能 | 1 年前 | |
发布1.0.1:增加发票识别功能 | 1 年前 | |
发布1.0.1:增加发票识别功能 | 1 年前 | |
test(dev): add basic version test for office package - Create a new test function to print the office package version - Import the office package in the test module - Extend .gitignore to exclude PyInstaller generated files and executables | 9 个月前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix: fall back when poexcel hides split export (#178) Co-authored-by: lawliet206 <lawliet206@users.noreply.github.com> | 12 天前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
增加了关于批量图片处理的代码 (#148) * 提交批量处理图片的代码 * 提交批量处理图片的代码 * 提交关于批量处理图片的代码,已经readme示例 * 提交关于批量处理图片的代码,已经readme示例 * 提交关于批量处理图片的代码,已经readme示例 * 提交关于批量处理图片的代码,以及readme * 提交关于批量处理图片的代码,以及readme | 19 天前 | |
Fix instruction decorator missing link handling (#163) | 27 天前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
update | 5 个月前 | |
Fix compatibility check import side effects (#162) | 27 天前 | |
feat(pdf): 优化PDF相关API,新增参数兼容提示与默认值支持 - pdf2imgs函数新增参数兼容处理,弃用pdf_path和out_dir参数并添加警告 - txt2pdf、split4pdf、add_text_watermark等函数参数支持可选,添加默认输出路径 - merge2pdf、add_img_water、add_mark、add_watermark_by_parameters新增弃用参数提示及兼容处理 - 统一所有PDF处理函数参数命名和默认值设置,提升接口一致性和易用性 - .gitignore中添加测试文件目录忽略规则 - 更新README.md和examples/readme.md中的学习链接地址 - settings.py新增爬虫相关配置,包括中间件、管道和请求头,支持Cookie读取 - tests/test_pdf.py完善单元测试,使用类变量统一输入路径,调整部分测试函数调用参数与路径 | 7 个月前 | |
fix(pdf): 关闭水印输入流并防护空水印文件 (#172) * fix(pdf): 关闭水印输入流并防护空水印文件 Refactor watermark service to ensure file streams are closed properly, even on failure. Added error handling for encrypted PDFs and improved readability. * test(pdf): 新增水印服务行为测试 | 19 天前 | |
Fix PyPDF2 imports in watermark service (#164) | 27 天前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
feat(skills): add url2ebook web skill (#174) Expose the existing webpage-to-ebook example as a discoverable Skill so agents can convert URLs without hunting through office.api.web. Co-authored-by: Claw Assistant <claw@openclaw.ai> Co-authored-by: Cursor <cursoragent@cursor.com> | 17 天前 | |
chore(vscode): configure Python unittest settings - Add unittest arguments for verbose output and test discovery in ./tests directory - Disable pytest and enable unittest as the testing framework - Remove obsolete exe directory with multiple Excel GUI applications and scripts - Clean up project by deleting PySide6-based Excel GUI tools and build scripts - Simplify workspace with updated VSCode settings focusing on unittest integration | 8 个月前 | |
feat(skills): add url2ebook web skill (#174) Expose the existing webpage-to-ebook example as a discoverable Skill so agents can convert URLs without hunting through office.api.web. Co-authored-by: Claw Assistant <claw@openclaw.ai> Co-authored-by: Cursor <cursoragent@cursor.com> | 17 天前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix(web): export web API and lazy-load pospider (#165) | 27 天前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
fix: 清理Python文件中的重复注释 - 移除多个Python文件中的重复模块级和类级docstring - 修复测试文件中的重复注释问题 - 提升代码文档质量和可读性 - 影响文件包括:contributors/、examples/、tests/等目录下的80个文件 | 9 个月前 | |
Support full output path in doc2docx (#157) * Support doc2docx output file paths * Document doc2docx output file path usage * Add doc2docx output path test | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 12 天前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 19 天前 | ||
| 27 天前 | ||
| 9 个月前 | ||
| 5 个月前 | ||
| 27 天前 | ||
| 7 个月前 | ||
| 19 天前 | ||
| 27 天前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 17 天前 | ||
| 8 个月前 | ||
| 17 天前 | ||
| 9 个月前 | ||
| 27 天前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 1 个月前 |