Skip to content

v3.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 08:50

Highlights

  • Added a real Python package entrypoint: folio-ocr, with uvx --from git+https://github.com/vorojar/Folio-OCR folio-ocr quick start.
  • Added GitHub Release wheel/sdist assets, CI, release automation, MIT License, and a structured bug report template.
  • Moved app assets into the folio_ocr/ package while keeping python server.py compatible.
  • Added OCR_REQUEST_TIMEOUT_MS and Docker OLLAMA_VERSION override to improve long-PDF/Ollama compatibility.
  • Refreshed README and GitHub Pages so the project is easier to understand and run in minutes.

Verification

  • scripts/verify.sh
  • python -m build
  • python -m twine check dist/*
  • GitHub Actions CI and Release assets workflows passed.

Full Changelog: v3.3.1...v3.4.0