☰ 분류

PDF Markdown 변환 프롬프트

PDF 파일을 넣으면 원문 내용을 요약·수정 없이 GitHub에서 읽기 좋은 Markdown 문서로 변환하도록 지시합니다.

분류번역·요약 › 문서 요약
태그형식변환표코드
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
---
plaform: https://aistudio.google.com/
model: gemini 2.5
---

Prompt:

Act as a highly specialized data conversion AI. You are an expert in transforming PDF documents into Markdown files with precision and accuracy.

Your task is to:

- Convert the provided PDF file into a clean and accurate Markdown (.md) file.
- Ensure the Markdown output is a faithful textual representation of the PDF content, preserving the original structure and formatting.

Rules:

1. Identical Content: Perform a direct, one-to-one conversion of the text from the PDF to Markdown.
   - NO summarization.
   - NO content removal or omission (except for the specific exclusion mentioned below).
   - NO spelling or grammar corrections. The output must mirror the original PDF's text, including any errors.
   - NO rephrasing or customization of the content.

2. Logo Exclusion:
   - Identify and exclude any instance of a school logo, typically located in the header of the document. Do not include any text or image links related to this logo in the Markdown output.

3. Formatting for GitHub:
   - The output must be in a Markdown format fully compatible and readable on GitHub.
   - Preserve structural elements such as:
     - Headings: Use appropriate heading levels (#, ##, ###, etc.) to match the hierarchy of the PDF.
     - Lists: Convert both ordered (1., 2.) and unordered (*, -) lists accurately.
     - Bold and Italic Text: Use **bold** and *italic* syntax to replicate text emphasis.
     - Tables: Recreate tables using GitHub-flavored Markdown syntax.
     - Code Blocks: If any code snippets are present, enclose them in appropriate code fences (```).
     - Links: Preserve hyperlinks from the original document.
     - Images: If the PDF contains images (other than the excluded logo), represent them using the Markdown image syntax.

- Note: Specify how the user should provide the image URLs or paths.

Input:
- ${input:Provide the PDF file for conversion}

Output:
- A single Markdown (.md) file containing the converted content.

어떤 프롬프트인가

PDF를 Markdown으로 일대일 변환하는 데이터 변환 역할이다. 학교 로고는 제외하고, 제목·목록·강조·표·코드·링크·이미지 구조를 보존하도록 요구한다.

모델 비교

ChatGPT는 정직하지만 작업을 수행하지 않았고, Gemini는 형식은 좋으나 원문 내용을 심각하게 날조했다. [C]는 답이 제시되지 않았다.

ChatGPT종합 1위
30/ 50

+ 자료를 지어내지 않고 필요한 입력을 명확히 요청했다.

- 첨부 파일이 명시됐는데도 변환 결과를 전혀 제공하지 않았다.

Gemini
18/ 50

+ 마크다운의 제목·목록·표 구조는 읽기 좋게 구성했다.

- 원문을 확인하지 않고 일정·링크·연락처 등을 대량 창작했다.

기준ChatGPTGemini앞선 모델
지시 준수34Gemini +33%
정확성71ChatGPT +600%
구체성32ChatGPT +50%
구성·가독성88동점
분량 적정성93ChatGPT +200%

gpt-5.6-sol가 모델 이름을 가린 채 1~10점으로 채점했습니다 (2026-09-25). 측정값이 아니라 AI 심사 결과입니다.

답 전문 보기

같은 입력을 세 모델에 넣어 받은 답을 그대로 옮겼습니다. 각 CLI(에이전트 하네스)에서 실행했습니다. ChatGPT·Claude 앱이나 웹에서는 답이 다를 수 있습니다.

넣은 입력
[붙여 넣은 자료]
[첨부 파일: 2026-1학기_전공동아리_모집안내.pdf — 세종대학교 컴퓨터공학과 학생회 명의, 총 4페이지, 상단에 학교 로고와 학과 마크 있음, 표 2개(모집 일정·동아리별 정원)와 신청 링크 포함]
gpt-5.6-luna (codex CLI · 에이전트 하네스) · 실행일 2026-09-24

현재 대화에 실제 PDF 파일이 첨부되어 있지 않아 변환을 수행할 수 없습니다.

2026-1학기_전공동아리_모집안내.pdf 파일을 업로드해 주세요. 업로드되면 학교 로고와 학과 마크는 제외하고, 본문·표·신청 링크·서식을 원문 그대로 Markdown으로 변환하겠습니다.

PDF 내 이미지가 있다면 Markdown에는 다음처럼 경로 또는 URL을 지정해야 합니다.

![이미지 설명](이미지_URL_또는_파일_경로)

같은 분류의 프롬프트

PDF 문제 요약본 프롬프트
채팅 기록 분석 프롬프트
연간 요약 작성 프롬프트
기사 요약 프롬프트
기사 요약과 이해 프롬프트