paper_move
Move classified PDF papers to a categorized folder structure, automatically creating subdirectories as needed. Specify a new filename if the target path already contains a file.
Instructions
분류가 결정된 논문 PDF를 destRoot 아래 category 경로로 이동합니다. category는 'NLP/Sentiment-Analysis'처럼 '/'로 하위 폴더를 표현할 수 있으며, 존재하지 않는 폴더는 자동 생성됩니다. 대상 경로에 동일 이름의 파일이 이미 있으면 덮어쓰지 않고 오류를 반환하니, 필요하면 fileName으로 새 이름을 지정하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | destRoot 기준 하위 분류 경로. 예: 'NLP', 'CV/Object-Detection' 등 자유롭게 지정 | |
| destRoot | Yes | 분류된 논문을 저장할 루트 폴더의 절대 경로 | |
| fileName | No | 저장할 파일명을 바꾸고 싶을 때만 지정 (생략 시 원본 파일명 유지) | |
| filePath | Yes | 이동할 PDF 파일의 절대 경로 (paper_scan_folder 결과의 path) |