Releases: arklumpus/MuPDFCore
Releases · arklumpus/MuPDFCore
Version 1.4.0
New features
- Updated MuPDF to 1.19.0.
- Added tests.
- Added support and native assets for additional platforms:
- 32-bit Windows (x86)
- Native support for Windows on ARM (arm64)
- Native support Linux on ARM (arm64)
- Native support for macOS on Apple silicon (arm64)
Bugfixes
- Fixed a bug in the multithreaded renderer when the requested number of threads contains factors other than 2, 3, 5, or 7.
- Fixed a bug occurring when a Tesseract trained data file is specified directly.
- Updated the URL for the tesseract trained data repositories.
- Fixed a bug causing crashes when using the OCR functions within a program published with
/p:PublishSingleFile=true
.
Version 1.3.1
v1.3.1 Updated MuPDF to 1.18 and added hooks to implement Tesseract OCR.
Version 1.2.8
Added method to extract all text from a MuPDFDocument.
Version 1.2.7
v1.2.7 Fixed missing JPX support on Windows.
Version 1.2.6
v1.2.6 Bump version number.