| Function Area | Description | |---------------|-------------| | | Manages session with TWAIN/ISIS drivers; initiates scan, transfer, and close commands. | | Image Memory Management | Allocates and deallocates memory buffers for incoming raster data. | | Markup & Annotation | Handles proprietary markup data embedded in scanned images (e.g., redaction zones, OCR hints). | | Compression/Decompression | Encodes raw bitmap data into industry-standard formats (CCITT G4, LZW, JPEG). | | Error Recovery | Implements timeout handling and device reset logic for scanner timeouts or paper jams. | | Metadata Embedding | Writes Kofax-specific metadata into TIFF headers or sidecar files. |
| Function Area | Description | |---------------|-------------| | | Manages session with TWAIN/ISIS drivers; initiates scan, transfer, and close commands. | | Image Memory Management | Allocates and deallocates memory buffers for incoming raster data. | | Markup & Annotation | Handles proprietary markup data embedded in scanned images (e.g., redaction zones, OCR hints). | | Compression/Decompression | Encodes raw bitmap data into industry-standard formats (CCITT G4, LZW, JPEG). | | Error Recovery | Implements timeout handling and device reset logic for scanner timeouts or paper jams. | | Metadata Embedding | Writes Kofax-specific metadata into TIFF headers or sidecar files. |