Skip to content

Instantly share code, notes, and snippets.

@paulofierro
Last active September 28, 2021 13:23
Show Gist options
  • Save paulofierro/23d811c94cf36f143b16ee5f9d462085 to your computer and use it in GitHub Desktop.
Save paulofierro/23d811c94cf36f143b16ee5f9d462085 to your computer and use it in GitHub Desktop.
let request = VNDetectBarcodesRequest(completionHandler: nil)
request.symbologies = VNDetectBarcodesRequest
.supportedSymbologies
.filter {
$0.rawValue.contains("PDF417")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment