DocRedlines (doc_redlines v0.5.0)

View Source

Fast .doc redline extraction via a Rust NIF.

This module wraps the native NIF results into Elixir structs for a stable public API.

Summary

Functions

Extract redlines from a .doc file path.

Functions

extract_redlines(doc_path)

@spec extract_redlines(Path.t()) :: {:ok, DocRedlines.Result.t()} | {:error, term()}

Extract redlines from a .doc file path.