Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/features/split-table-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/user-guide/parsers/structured-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down