smart_extract_paper
Extracts PDF content from arXiv papers using an adaptive three-tier mechanism that automatically selects between fast, smart, or premium extraction based on complexity and budget.
Instructions
Advanced PDF extraction with three-tier adaptive mechanism (FAST/SMART/PREMIUM)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv paper ID to extract content from | |
| extraction_tier | No | Force specific extraction tier: fast (pdfplumber), smart (NOUGAT/GROBID), premium (Mistral OCR) | |
| budget_mode | No | If true, avoid paid services (no premium tier) | |
| force_analysis | No | Always analyze difficulty even with user-specified tier |