From 137bde59fa7f72b9781b1b531dd5bced9f592396 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 15 Sep 2025 20:46:51 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20RAG=20=EB=AC=B8=EC=84=9C=EC=97=90=20OCR?= =?UTF-8?q?=20=EA=B5=AC=ED=98=84=20=EA=B3=84=ED=9A=8D=20=EB=A7=81=ED=81=AC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 상단 관련 문서 섹션에 OCR 구현 계획 링크 추가 - 파일 형식 섹션의 OCR 옵션 부분에 링크 추가 - 250909_ocr_skill_implementation_plan.md 참조 --- ideas/250909_RAG_file_processing_architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ideas/250909_RAG_file_processing_architecture.md b/ideas/250909_RAG_file_processing_architecture.md index bb8ef65..fe0bdce 100644 --- a/ideas/250909_RAG_file_processing_architecture.md +++ b/ideas/250909_RAG_file_processing_architecture.md @@ -2,6 +2,7 @@ ## 작성일: 2025-09-09 ## 작성자: Claude (51123 서버 관리자) +## 관련 문서: [OCR 구현 계획](./250909_ocr_skill_implementation_plan.md) ## 1. 개요 로빙의 RAG(Retrieval-Augmented Generation) 시스템을 위한 파일 업로드, 처리, 저장 아키텍처 설계. @@ -49,7 +50,7 @@ - 문서: PDF, DOCX, TXT, MD - 스프레드시트: XLSX, CSV - 프레젠테이션: PPTX -- 이미지 내 텍스트: PNG, JPG (OCR 옵션) +- 이미지 내 텍스트: PNG, JPG (OCR 구현 계획: [→250909_ocr_skill_implementation_plan.md](./250909_ocr_skill_implementation_plan.md)) ## 5. 사용자 피드백 UI