Skip to content

Releases: mkakh/ndlocr-pdf

Release list

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:34
v2.0.0: full-page retention on partial OCR + figure-region OCR

BREAKING: partial-page OCR (--pages) now outputs the full document with a
text layer only on the selected pages, instead of an excerpt of those pages.
Use --excerpt-only to restore the previous behaviour. Figure-region OCR is
also enabled by default (--no-ocr-figures to disable).

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:54
fix(ci): attach --pyinstaller-build-args values with '=' for flet pack

flet's argparse rejects '--pyinstaller-build-args --collect-all=...' because
the value starts with '--'. Use the attached form
'--pyinstaller-build-args=--collect-all=...' (the form verified locally), and
pin shell: pwsh for predictable quoting.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>