|
Pdftools SDK
|
OCR engine. More...
#include <PdfTools_Types.h>
OCR engine.
An OCR engine is required for most OCR processing operations. Engines can be created using the static method PdfToolsOcr_Engine_Create.
OCR engines can be reused to process multiple files. However, one OCR engine can only be used to process one file at a time.
Note that some OCR engines must be disposed in the same thread where they have been created. Note that of some OCR engines only one instance can be created per process.