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ยง
- Alignment
Config - Configuration for text alignment
- Alignment
Stats - Statistics about alignment results
- Text
Aligner - Text aligner for mapping extractions to source text positions