BigWang
TSDThe Swift Den
•Created by BigWang on 9/24/2023 in #swift-development
MagnificationGesture or MagnifyGesture
Which ru supposed to use? Magnification Gesture is deprecated and MagnifyGesture is IOs17 only
9 replies
TSDThe Swift Den
•Created by BigWang on 9/19/2023 in #swift-development
Single Line text detection with DataScannerViewController
Anybody know how to use the DataScannerViewController for detecting text line by line? Right now it just detects large blobs of text (each RecognizedItem) but I want to be able to split these detection blobs into multiple lines of detected text. I dont want to use VNTextRequest because detection is more spotty
2 replies