Expand description
A module for parsing and extracting content based on patterns from files.
This module provides functionality to parse files and extract content based on specified patterns.
Structs§
- Represents configuration for the parser, including patterns to match.
- Represents content associated with a file path and a list of patterns.
- Represents a block of content with metadata and lines.
- Represents metadata associated with content, including an ID.
- Represents the final results after extracting content, including metadata and cleaned-up data.
- Represents a parser for extracting content from files.