-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: civilian7/winrtOcr
Releases · civilian7/winrtOcr
v1.1.0
WinRT OCR v1.1.0
headless 명령줄 도구 winocr.exe 추가.
새로운 기능
- winocr.exe — GUI 없이 스크립트/배치에서 OCR 실행 (x64).
sc_ocr.dll동적 로드 방식winocr scan.png -l ko-KR -o out.txt형태로 사용- 표준 출력(파이프) / UTF-8 파일 저장 /
--list-langs/--help지원
- OCR 코어를 공유 헤더(
ocr_core.h)로 분리
자산
| 파일 | 설명 |
|---|---|
| winocr.exe | 명령줄 OCR 도구 (x64) — sc_ocr.dll 과 같은 폴더에 배치 |
| sc_ocr.dll | OCR 래퍼 DLL (x64, CRT 정적 링크) |
| sc_ocr32.dll | OCR 래퍼 DLL (x86) |
| WinRTOCR.exe | Delphi VCL 데모 앱 (Win64) — sc_ocr.dll 과 같은 폴더에 배치 |
요구 사항: Windows 10 (1507) 이상, OCR 언어팩 설치
무서명 실행 파일은 Windows Defender가 오탐할 수 있습니다. 자세한 내용은 README 의 "Windows Defender 오탐 안내" 참조.
Adds the headless CLI winocr.exe. Requirements: Windows 10 (1507)+ with OCR language packs. Place sc_ocr.dll next to winocr.exe / WinRTOCR.exe.
Assets 6
v1.0.0
WinRT OCR v1.0.0
Windows 내장 OCR(Windows.Media.Ocr)을 .NET 런타임 없이 사용하는 네이티브 DLL 최초 릴리스.
| 파일 | 설명 |
|---|---|
| sc_ocr.dll | OCR 래퍼 DLL (x64, CRT 정적 링크) |
| sc_ocr32.dll | OCR 래퍼 DLL (x86) |
| WinRTOCR.exe | Delphi VCL 데모 앱 (Win64) — sc_ocr.dll 과 같은 폴더에 두고 실행 |
요구 사항: Windows 10 (1507) 이상, OCR 언어팩 설치
First release of the native DLL that exposes built-in Windows OCR without the .NET runtime.
Requirements: Windows 10 (1507)+ with OCR language packs installed. Place sc_ocr.dll next to WinRTOCR.exe.