Hi,
is there any ocr that gives image’s text along with it’s document’s layout in iOS swift
What do you mean by layout? If you mean text position in the document, i would suggest you to play with the Vision framework. And particularly VNDetectTextRectanglesRequest -
Apple Developer Documentation.
Hope this is helpful.
Nikita
Yaa i tried that but it only detects text not returns it.
This topic was automatically closed after 166 days. New replies are no longer allowed.