Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 원본 문서의 페이지 하나를 해당 사본과 비교합니다. 두 페이지는 모두, 예를 들어 FRDocument 객체의 ProcessPages 메서드(또는 문서 합성을 수행하는 다른 메서드)를 사용해 이미 인식된 상태여야 합니다.
이 메서드는 페이지에 적용된 모든 변경 사항을 포함하는 ComparisonResult 객체를 반환합니다.
HRESULT ComparePages(
IFRPage* RefPage,
IFRPage* UserPage,
IComparisonResult** Result
);
IComparisonResult ComparePages(
IFRPage RefPage,
IFRPage UserPage
);
Function ComparePages( _
RefPage As IFRPage, _
UserPage As IFRPage _
) As IComparisonResult
RefPage
[in] 비교할 원본 페이지가 포함된 FRPage 객체를 참조합니다. 이 매개변수는 NULL일 수 없습니다.
UserPage
[in] 비교할 페이지 사본이 포함된 FRPage 객체를 참조합니다. 이 매개변수는 NULL일 수 없습니다.
Result
[out, retval] 출력 ComparisonResult 객체의 인터페이스 포인터를 받는 IComparisonResult* 포인터 변수에 대한 포인터입니다.
이 메서드에는 특정한 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.
Comparator