New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
Omni에서 무엇이든 구축하기 전에, 팀이 현재 검토를 어떻게 처리하는지 정확히 기록하세요:
누가 검토를 수행합니까?
어떤 문서를 수신합니까?
각 문서에서 무엇을 확인합니까?
어떤 결정을 내립니까 (승인, 거부, 에스컬레이션)?
검토 후 결과는 어디로 전달됩니까?
이것이 기준선이 됩니다. 이 각 항목을 Omni 구성으로 변환하게 됩니다.
2
입력 문서 식별
검토를 위해 제출되는 모든 문서 유형을 나열하세요. 구체적으로 작성합니다:
PDF 인보이스인가요? 스캔된 사업자등록증인가요? 스프레드시트인가요?
케이스당 여러 문서가 있나요, 아니면 하나뿐인가요?
문서 간 교차 참조가 필요한가요?
Omni는 JPG, PNG, PDF, TXT, DOC, DOCX, XLS, XLSX, BMP, TIFF, WEBP, CSV, HTML, MD를 지원합니다. 폴더당 최대 5개 항목까지 가능합니다. 단일 케이스에 5개 이상의 문서가 포함된 경우, 동일한 프로필 내에서 관련 문서를 여러 폴더로 그룹화하세요.
3
승인/거부 기준 정의
팀이 수행하는 각 확인 항목에 대해 정확한 기준을 작성하세요:
문서가 승인되려면 무엇이 필요한가요? (예: “모든 필수 필드가 존재하고 합계가 항목과 일치”)
문서가 거부되는 조건은 무엇인가요? (예: “인보이스 날짜가 미래” 또는 “사업자등록이 만료됨”)
시니어 리뷰어에게 에스컬레이션되는 조건은 무엇인가요? (예: “AML 심사에서 일치 항목 발견” 또는 “핵심 필드를 읽을 수 없음”)
이러한 기준이 Omni 정책의 결정 로직이 됩니다.
4
자연어 정책으로 작성
이전 단계의 확인 항목과 기준을 구조화된 정책 문으로 결합합니다. 번호가 매겨진 단계와 명시적인 언어를 사용하세요.템플릿:
Review the submitted [document type] by performing the following checks:1. Extract [list of fields] from the document2. Verify that [specific condition]3. Check that [another condition]4. [Additional verification steps]Decision criteria:- APPROVE if all checks pass and all required fields are present- REJECT if [specific failure conditions]- FLAG for manual review if [ambiguous conditions]
Verify the submitted invoice document by:1. Extracting vendor name, invoice number, invoice date, line items, subtotal, tax, and total amount2. Verifying all required fields are present and non-empty3. Validating that the invoice date is not in the future and not older than 90 days4. Checking that the sum of line item amounts equals the stated subtotal5. Verifying that tax is calculated correctly based on the subtotal6. Approve if all checks pass; reject if amounts do not match or required fields are missing; flag for manual review if date is borderline
벤더당 소요 시간: 20-30분. 병목: AML 검색이 느리고 수동 조회에서 오류가 발생하기 쉽습니다.
이후: Omni 워크플로우
정책:
Verify vendor onboarding documents by:1. Extracting company name, registration number, incorporation date, and representative name from the business registration certificate2. Screening the representative's name against AML/sanctions watchlists3. Cross-validating the representative name between the business registration and any submitted identity documents4. Checking that the business registration is not expired5. Approve if no AML matches found, all fields are consistent, and registration is valid; reject if AML screening returns a high-risk match; flag for manual review if AML returns a partial match or fields are inconsistent
엔진: Text Verifier - Glove + AML Search - Person출력 스키마:
문서당 소요 시간: 10-15분. 위험: 대량 처리 기간에 만료된 문서가 간혹 통과됩니다.
이후: Omni 워크플로우
정책:
Review the submitted compliance document by:1. Extracting the document type, issuing authority, issue date, expiration date, license number, and entity name2. Verifying that all required sections are present: header, body, signature block, and dates3. Checking that the expiration date is in the future4. Validating that the entity name matches the expected entity5. Approve if all sections are present, the document is not expired, and entity names match; reject if the document is expired or missing required sections; flag for manual review if the entity name is a partial match
엔진: Text Verifier - Glove (완전성 및 필드 정확성 검증)출력 스키마:
if verificationStatus == "verified": → 자동 승인, 시스템 기록elif verificationStatus == "pending_review": → 검토 큐로 전달(AI 결과 강조)else: # rejected → 정책에 따른 거부·에스컬레이션