read_document
Extract full text from a single PDF, DOCX, PPTX, or SVG file for detailed review or to continue truncated summaries. Specify file path and optional max characters.
Instructions
문서 파일(pdf/docx/pptx/svg) 하나의 텍스트를 추출합니다. 요약은 하지 않습니다.
scan_folder/analyze_folder에서 찾은 파일 중 하나를 더 자세히 보고 싶을 때, 또는 analyze_folder의 일괄 요약이 잘렸을 때(truncated=True) 이어서 읽을 때 씁니다.
Returns:
ReadDocumentResponse: text에 원문(잘렸으면 앞부분)이 담깁니다.
truncated=True면 max_chars를 늘려 다시 호출해 나머지를 볼 수 있습니다.
Examples: - 사용: "이 pdf 파일 내용 좀 자세히 보여줘" - 사용하지 않음: png 이미지 → read_image_text - 사용하지 않음: 폴더 전체를 한 번에 훑고 싶을 때 → analyze_folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | 읽을 문서의 절대 경로 (pdf, docx, pptx, svg) | |
| max_chars | No | 반환할 최대 문자 수(컨텍스트 보호용 절단) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| text | Yes | ||
| status | Yes | OK 또는 PARTIAL 등 처리 결과 상태 | |
| metadata | Yes | ||
| extension | Yes | ||
| truncated | Yes | ||
| next_actions | No |