Skip to content

Releases: hangingahaw/recapify

v0.1.1

21 Feb 22:07

Choose a tag to compare

Structure-aware capitalization correction powered by LLMs.

  • Segment classification: heading, subheading, body, list-item, definition
  • diff-match-patch safety filter: only case changes accepted
  • Unicode confusable rejection
  • CRLF-aware segment splitting with correct offset mapping
  • Batch processing with configurable batch size
  • ESM + CJS + TypeScript declarations