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.
이 메서드는 문서에서 지정한 페이지에 대해 전처리, 레이아웃 분석, 인식, 페이지 합성 및 문서 합성을 수행합니다.
HRESULT ProcessPages(
IIntsCollection* PageIndices,
IDocumentProcessingParams* DocumentProcessingParams
);
void ProcessPages(
IIntsCollection PageIndices,
IDocumentProcessingParams DocumentProcessingParams
);
Sub ProcessPages( _
PageIndices As IIntsCollection, _
[DocumentProcessingParams As IDocumentProcessingParams = Nothing]
)
PageIndices
[in] 인식할 페이지의 인덱스를 포함하는 IntsCollection 객체를 참조합니다. 이 매개변수는 0일 수도 있습니다. 이 경우 문서의 모든 페이지가 처리됩니다.
DocumentProcessingParams
[in] 모든 처리 매개변수를 저장하는 DocumentProcessingParams 객체를 참조합니다. 이 매개변수는 0일 수도 있습니다. 이 경우 페이지는 기본 매개변수로 처리되며(즉, 모든 처리 매개변수가 기본값으로 설정됨), 프로필이 로드된 경우에는 해당 프로필에 설정된 매개변수가 사용됩니다.
문서 처리가 사용자에 의해 중단되면 이 메서드는 E_ABORT를 반환합니다. 또한 ABBYY FineReader Engine 함수의 표준 반환 코드도 반환합니다.
- 이 method는 FRDocument 객체의 IConnectionPointContainer interface에 연결된 listener에 이벤트를 보고할 수 있습니다.
- Linux 및 Windows의 경우: IEngine::MultiProcessingParams property의 값에 따라 ABBYY FineReader Engine은 여러 페이지 문서의 처리를 CPU 코어에 분산할 수 있습니다.
FRDocument
프로필 작업