Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Package

build:

python  -m build 

upload

twine upload dist/* 

安装:

pip install py_diff_pdf2

使用:

from py_diff_pdf2 import compare_pdfs

result = compare_pdfs("file1.pdf","file2.pdf", output_path="diff.pdf")

 # result = {
 #        "success": success,
 #        "message": '',
 #        "output_path": output_path
 # }

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages