extract_section
Extract a specific section's body text from a Chinese financial report by title, regex, or ordinal. Specify the report source and selector to get the exact content.
Instructions
Extract one section's body text by selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | optional report type (e.g. 年度报告, 招股说明书); included in the report_id so different report types for one company + year don't collide. | |
| year | No | ||
| source | Yes | report URL or local file path. | |
| company | No | ||
| fetcher | No | reserved (v1 uses httpx/pypdf). | uv |
| selector | Yes | exact section title, regex, or 1-based ordinal. | |
| stock_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||