-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated the mutools multipurp JSON schema classes.
- refactored `ReadEntireStandardOutput()` to make it return not just the stdout stream, but also the stderr output, error(s), etc. for a more versatile API usage. - augmented the tests to include many more PDFs in the metadata testing. (TODO: move those PDFs to the evil PDF test set -- DO NOT load the Qiqqa repo with these!)
- Loading branch information
1 parent
0b7cf3f
commit 925af12
Showing
4 changed files
with
1,131 additions
and
86 deletions.
There are no files selected for viewing
Submodule MuPDF
updated
23 files
+1 −0 | .gitignore | |
+8 −0 | include/mupdf/memento.h | |
+3 −1 | platform/win32/libextract.vcxproj | |
+9 −3 | platform/win32/libextract.vcxproj.filters | |
+5 −0 | scripts/jlib.py | |
+709 −267 | scripts/mupdfwrap.py | |
+11 −2 | scripts/mupdfwrap_test.py | |
+2 −2 | scripts/mutool.py | |
+8 −8 | scripts/mutool_draw.py | |
+19 −0 | scripts/pymupdf-mimic/demo-lowlevel.py | |
+72 −0 | scripts/pymupdf-mimic/demo.py | |
+271 −0 | scripts/pymupdf-mimic/doc-browser.py | |
+77 −0 | scripts/pymupdf-mimic/pdf-converter.py | |
+6 −3 | source/fitz/memento.c | |
+166 −105 | source/fitz/output-docx.c | |
+28 −16 | source/fitz/printf.c | |
+4 −0 | source/pdf/pdf-form.c | |
+1 −1 | source/pdf/pdf-object.c | |
+2 −2 | source/pdf/pdf-xref.c | |
+19 −13 | source/tools/pdfmultipurp.c | |
+1 −1 | thirdparty/extract | |
+1 −1 | thirdparty/lcms2 | |
+1 −1 | thirdparty/tesseract |
Oops, something went wrong.