AI 기반 텍스트 추출 기술
신분증, 면허증, 사업자 등록증 등 이미지에서 텍스트를 추출합니다.

다양한 문서 인식
명함 인식

사업자등록증 인식

기타 문서 인식

AI OCR
이미지의 문자를 인식하여 텍스트로 변환합니다.
자체 모델 개발
텍스트를 추론하는 자체 모델을 개발해
이미지 내 글자 판독에 이용합니다.
명함, 사업자등록증 특화 OCR
명함과 사업자등록증은 미리 정해놓은 라벨에 맞게
더 정확히 인식합니다.
기타 문서 OCR
미리 정하지 않은 문서도 문장을 인식하여
텍스트로 변환합니다.
전체 프로세스
1. 이미지 로드
2. 문서 분류
3. 배경제거
4. 의미 추출
5. 문자 인식
6. OCR 추론
7. 결과 출력

OCR 프로세스
이미지 정규화
노이즈 제거
텍스트 영역 검출
문자 인식
특징 추출
문자 예측
텍스트 보정
결과 검증
graph TB
A[AIOCR System]:::mainNode
A --> B[데이터 전처리 모듈]
B --> C[문자 인식 모듈]
C --> D[후처리 모듈]
subgraph preprocessing
direction LR
B1[이미지 정규화]:::subNode --> B2[노이즈 제거]:::subNode --> B3[텍스트 영역 검출]:::subNode
end
B --> preprocessing
subgraph recognition
direction LR
C1[문자 인식]:::subNode --> C2[특징 추출]:::subNode --> C3[문자 예측]:::subNode
end
C --> recognition
subgraph postprocessing
direction LR
D1[텍스트 보정]:::subNode --> D2[포맷팅]:::subNode --> D3[결과 검증]:::subNode
end
D --> postprocessing
classDef mainNode fill:#0d6efd,stroke:#0a58ca,color:#fff
classDef subgraphNode fill:#f8f9fa,stroke:#dee2e6,border-radius:15px
classDef subNode fill:#ffffff,stroke:#dee2e6,color:#212529
classDef highlight fill:#FFF9C4,stroke:#FBC02D,stroke-width:5px
class A mainNode
class preprocessing,recognition,postprocessing subgraphNode
(02) 783-6972
영업 : ai-sales@cywell.co.kr 기술 : ai-tech@cywell.co.kr
© 2025 CYWELL SYSTEM INC. All rights reserved.