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.
이 항목은 Linux 및 Windows용 FRE에 적용됩니다.
| Windows | Linux | |
|---|---|---|
| Wrapper 파일 | com.abbyy.FREngine-%BUILD_ID%.jar | com.abbyy.FREngine-%BUILD_ID%.jar |
| 로드 및 언로드 메서드 | InitializeEngine 함수와 COM loaders/DeinitializeEngine 함수 | InitializeEngine 함수/DeinitializeEngine 함수 |
| 처리 | 단일 스레드 및 멀티 스레드 프로세스 모두 지원 | 단일 스레드 및 멀티 스레드 프로세스 모두 지원 |
| 인프로세스 사용 | InprocLoader 객체 사용 | 네이티브 JNI 바인딩 |
| 아웃오브프로세스 사용 | OutprocLoader 객체 사용 | com.abbyy.FREngine-%BUILD_ID%.jar 대신 com.abbyy.Outproc.FREngine-%BUILD_ID%.jar을 사용해야 합니다 (Linux에서 아웃오브프로세스 구현 사용 세부 정보는 Out-of-Process Server Implementation 참조) |
| 원격 메서드 호출 사용 | 없음 | com.abbyy.rmi.FREngine-%BUILD_ID%.jar com.abbyy.rmi.server.FREngine-%BUILD_ID%.jar (세부 정보는 Using the RMI-capable wrapper 참조) |
| 코드 샘플 | Hello EnginesPool | Hello Outproc MultiThreading rmiWorker rmiWorkerClient rmiPoolServer rmiPoolClient threadPoolClient |
