Skip to content

Releases: arklumpus/MuPDFCore

Version 1.4.0

02 Nov 02:24
Compare
Choose a tag to compare

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

23 May 02:02
Compare
Choose a tag to compare
v1.3.1

Updated MuPDF to 1.18 and added hooks to implement Tesseract OCR.

Version 1.2.8

20 May 17:21
Compare
Choose a tag to compare

Added method to extract all text from a MuPDFDocument.

Version 1.2.7

15 Apr 15:17
Compare
Choose a tag to compare
v1.2.7

Fixed missing JPX support on Windows.

Version 1.2.6

19 Feb 04:49
Compare
Choose a tag to compare
v1.2.6

Bump version number.

v1.2.5

14 Feb 07:59
Compare
Choose a tag to compare
Recompiled Linux dependency under glibc 2.17.

v1.2.4

31 Jan 16:39
Compare
Choose a tag to compare
Updated version number.

v1.2.3

31 Jan 03:50
Compare
Choose a tag to compare
Fixed issue with raster images with resolution lower than 72 dpi.

v1.2.2

18 Jan 16:30
Compare
Choose a tag to compare
Fixed issue with raster images begin reported as having the wrong res…

v1.2.1

11 Jan 13:29
Compare
Choose a tag to compare
Fixed issue with unpremultiplied alpha.