"""Tests for PDF table extraction functionality.""" def validate_markdown_table(result, expected_headers, expected_data_samples): """Validate that a markdown table exists with expected headers and ...