Module alignment

Module alignment 

Source
Expand description

Text alignment functionality for mapping extractions to source text positions.

This module provides algorithms to align extracted text with their positions in the original source text, supporting both exact and fuzzy matching.

Structsยง

AlignmentConfig
Configuration for text alignment
AlignmentStats
Statistics about alignment results
TextAligner
Text aligner for mapping extractions to source text positions