-
Notifications
You must be signed in to change notification settings - Fork 622
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pymupdf/PyMuPDF
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pymupdf/PyMuPDF
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jules2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 1 contributor
Commits on May 20, 2024
-
pipcl.py: minor changes to diagnostics.
Also removed trailing white space.
Configuration menu - View commit details
-
Copy full SHA for 3563a03 - Browse repository at this point
Copy the full SHA 3563a03View commit details -
setup.py: reduced diagnostics.
Also put generated files in src/build/, so that they are not remove by `git clean` unless `-d` is specified.
Configuration menu - View commit details
-
Copy full SHA for 7c2a475 - Browse repository at this point
Copy the full SHA 7c2a475View commit details -
src/__init__.py: patch one extra line to use _format_g().
This patches up one place that was missed in earlier commit.
Configuration menu - View commit details
-
Copy full SHA for 1296fba - Browse repository at this point
Copy the full SHA 1296fbaView commit details -
src/__init__.py tests/conftest.py: check no calls to log() when runni…
…ng tests. Also changed exception_info() to call log() instead of writing directly to _g_out_log, so that exception backtraces are also checked.
Configuration menu - View commit details
-
Copy full SHA for 35332d0 - Browse repository at this point
Copy the full SHA 35332d0View commit details -
src/utils.py: disable various expected calls to pymupdf.exception_inf…
julian-smith-artifex-com committedMay 20, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7989919 - Browse repository at this point
Copy the full SHA 7989919View commit details -
Add pymupdf.get_text() - optionally concurrent call of Page.get_text(…
…) on some/all pages. setup.py Add new _get_text.py to wheels/installs. src/__init__.py New top-level get_text() fn, calls _get_text.get(text). src/_get_text.py New, contains implementation of get_text(). tests/test_pylint.py Avoid pylint failure by disabling `R0801: Similar lines in 2 files`. tests/test_textextract.py Test get_text() and show timings. Timings for MacOS-arm64 and PDF spec: method='multiprocessing' : 3.3x. method='fork': 3.6x.
Configuration menu - View commit details
-
Copy full SHA for 081ca67 - Browse repository at this point
Copy the full SHA 081ca67View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.