this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flip y

xulihang 1bde420a 2cc41714

+1 -1
+1 -1
OCR/main.swift
··· 84 84 line["text"] = string ?? "" 85 85 line["x"] = Int(rect.minX) 86 86 line["width"] = Int(rect.size.width) 87 - line["y"] = Int(rect.minY) 87 + line["y"] = Int(CGFloat(imgRef.height) - rect.minY - rect.size.height) 88 88 line["height"] = Int(rect.size.height) 89 89 lines.append(line) 90 90 allText = allText + (string ?? "")