Offline OCR – GBG IDscan Documentation

Offline OCR

We offer offline OCR capabilities. They are combined with hot-swapping and will work seamlessly with default maven profiles from 1.13.0 version of profiles.

Warning: This will slow down document processing; older devices suffer more drastically by increasing processing time, possibly to seconds.

// Get the profile if you don’t have it
IDESProfile *profile = [IDESProfileManager getProfile:@”default”]; [profile setProcessingMode: IDESProcessingModeSmartScan]; [MJCS swapWithProfile:profile completion:nil];
Was this page helpful?