diff --git a/docs/user-guide/features/split-table-merging.md b/docs/user-guide/features/split-table-merging.md index 9c69601..f0776a9 100644 --- a/docs/user-guide/features/split-table-merging.md +++ b/docs/user-guide/features/split-table-merging.md @@ -786,4 +786,4 @@ class SplitTableMatch: - [Structured Parser Guide](../parsers/structured-parser.md) - Main parser documentation - [API Reference](../../api/parsers.md) - Complete parameter reference -- [Examples](../../../examples/basic-usage.md) - Code examples and use cases +- [Examples](../../examples/basic-usage.md) - Code examples and use cases diff --git a/docs/user-guide/parsers/structured-parser.md b/docs/user-guide/parsers/structured-parser.md index 5d57362..f0a2d86 100644 --- a/docs/user-guide/parsers/structured-parser.md +++ b/docs/user-guide/parsers/structured-parser.md @@ -187,7 +187,7 @@ Consider disabling when: **Clustering**: Detected line segments are clustered using adaptive thresholds based on image width, ensuring that multiple detections of the same column boundary are merged into a single column marker. -For a complete, detailed explanation with visual schemas and examples, see the [Split Table Merging Guide](../../features/split-table-merging.md). +For a complete, detailed explanation with visual schemas and examples, see the [Split Table Merging Guide](../features/split-table-merging.md). ## Output Structure