OCR PDF

PDF의 텍스트를 검색하고 복사할 수 있게 만듭니다.

작동 방식:

  • 텍스트 추출: Tesseract OCR을 사용하여 스캔된 이미지나 PDF에서 텍스트를 인식합니다.
  • 검색 가능한 출력: 보이지 않는 텍스트 레이어가 있는 새 PDF를 만들어 원본 모양을 유지하면서 문서를 완전히 검색 가능하게 합니다.
  • 문자 필터링: 화이트리스트를 사용하여 원치 않는 문자를 필터링하고 특정 문서 유형(인보이스, 양식 등)의 정확도를 향상시킵니다.
  • 다국어 지원: 혼합된 언어 콘텐츠가 포함된 문서를 위해 여러 언어를 선택하세요.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

자주 묻는 질문

How do I know if my PDF needs OCR?

Open the file in any viewer and try to select a line of text. If nothing highlights or search finds no matches, the pages are just images (a scan or a photo) and OCR is what adds the missing text. A PDF that already has selectable text doesn't need this tool.

Which languages can it recognize?

Over 100 Tesseract language packs are listed, from English and Spanish to Arabic, Hindi, Japanese, and Chinese. Tick every language that appears in the document; the packs are loaded together so mixed-language pages are recognized in one pass. Some self-hosted deployments bundle a shorter list and say so above the language picker.

Does OCR change how my document looks?

No. The original pages are copied unchanged and an invisible text layer is drawn on top, positioned word by word to match the scan. You see the same image as before, but you can now search, select, and copy the text.

Which resolution setting should I use?

High (288 DPI) is the default and handles typical office documents. Drop to Standard (192 DPI) when speed matters or the file is long, and use Ultra (384 DPI) for small print, footnotes, or poor scans. Higher settings take noticeably longer since every page is rendered at that size before recognition.

What does the character whitelist do?

It restricts the output to a fixed set of characters, which cuts down on errors like a lowercase l being read as a 1. The Invoice preset allows only digits and the symbols $ . , / - # :, Numbers Only suits serial numbers or meter readings, and Custom lets you type your own set.

Can it read handwriting?

Not reliably. Tesseract is trained on printed text, so neat block capitals sometimes work but cursive mostly produces noise. Results are best on clean, well-lit printed pages; the Binarize option helps with faded or low-contrast scans, and Deskew PDF straightens tilted ones first.

Can I get just the recognized text instead of a PDF?

Yes. When OCR finishes, the extracted text appears in a box where you can review it, copy it to the clipboard, or download it as ocr-text.txt. The searchable PDF download is separate, so you can take either or both.

Does OCR upload my scans to a server?

No. Tesseract runs as WebAssembly inside your browser; the only downloads are the OCR engine and the language packs you selected, fetched the first time they're needed. The scanned pages and the recognized text stay on your device.