find-related-pdfs
Search for related PDFs by analyzing content patterns in a specified target file. Identify shared substring matches or repeating sequences within a base directory to efficiently locate connected documents.
Instructions
Find a PDF and then search for related PDFs based on its content, including common substring patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_path | Yes | Base directory to search in | |
min_pattern_occurrences | No | Minimum times a pattern must appear to be considered significant | |
pattern_matching_only | No | Only search for repeating substring patterns | |
target_filename | Yes | Name of the initial PDF to analyze |