Files
llm-gateway-sub-backup/workspace/static/html/extraction_structured_guide.html
2025-08-11 18:56:38 +09:00

33 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>📄 /extract/structured 프롬프트 가이드</title>
<style>
body { font-family: 'Arial', sans-serif; margin: 40px; line-height: 1.6; }
h1, h2 { color: #2c3e50; }
code, pre { background: #f4f4f4; padding: 10px; display: block; white-space: pre-wrap; border-left: 4px solid #3498db; }
.warn { color: #c0392b; font-weight: bold; }
</style>
</head>
<body>
<h1>📄 /extract/structured 프롬프트 가이드</h1>
<p>아래는 <strong>/extract</strong> 계열 API에 프롬프트를 작성하고 사용하는 방법에 대한 안내입니다.</p>
<hr>
<h2>✅ 항목은 고정하되, 항목별 '지시문' 을 수정하고 싶은 경우</h2>
<h3>🖥️ 사용 API: <strong>/extract/structured</strong></h3>
<p>🔹 항목은 16개로 <strong>고정</strong>되어 있으며 <strong>추가/삭제/변경 불가</strong>합니다.</p>
<p>🔹 <strong>각 항목에 대한 '지시문' 설명만 작성</strong>할 수 있습니다.</p>
<code>
1. 공문번호: 공문서 상단에 표기된 문서 번호를 추출합니다.
2. 공문일자: 공문이 발행된 날짜를 추출합니다.
3. 수신처: 문서를 수신하는 기관 또는 부서를 식별합니다.
...
16. 첨부문서수: 찾은 첨부문서 개수를 알려주세요.
</code>
</body>
</html>