Skip to content

Version 1.5.0

Choose a tag to compare

@arklumpus arklumpus released this 20 Apr 04:04

New features

  • Updated MuPDF to version 1.19.1.
  • Added methods to suppress and redirect the standard output and standard error from the native MuPDF library to managed events.
  • Added parameters to report OCR progress and to allow cancellation (not supported on Windows x86).
  • Added overloads that return Span<byte> (#16).
  • New constructor for DisposableIntPtr, which adds and removes GC memory pressure when it is created/disposed.
  • Added support for Tesseract OCR on Mac-arm64.

Bugfixes

  • Fixed platform target for Linux-arm64 and Mac-arm64 tests.
  • Added missing build options for Linux-arm64.