浏览代码

clear code

marinofaggiana 5 年之前
父节点
当前提交
b3564f3834
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

+ 0 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -473,7 +473,6 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate {
                     
                     if rowTextRecognition.value as! Int == 1 {
                         if let features = self.textDetector?.features(in: image, options: nil) as? [GMVTextBlockFeature] {
-                            
                             for textBlock in features {
                                 for textLine in textBlock.lines {