MALAY
Malay language (en) selector for OCR processing. Use this value with performOcrOnPages when performing text detection for Malay documents. When using this value, make sure you have the Malay OCR language pack added to your app, by adding the com.pspdfkit:pspdfkit-ocr-malay
dependency inside your build.gradle
file:
final String pspdfkit_version = {@value com.pspdfkit.PSPDFKit#VERSION};
dependencies {
implementation "com.pspdfkit:pspdfkit-ocr:$pspdfkit_version"
implementation "com.pspdfkit:pspdfkit-ocr-malay:$pspdfkit_version"
}
Content copied to clipboard