Posts

Post not yet marked as solved
1 Replies
708 Views
Hey, I'm working with a client that is getting poorer results with Vision's VNRecognizeTextRequest depending on the Mac hardware in use. MacBook Pro returns the better results, but Mac mini misses a couple parts. What are the hardware dependencies in Vision? Certain GPUs run differently or is the model runtime capped at certain and it runs out of time with the less performant mini?
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.5k Views
Seeing the new Translate App working offline and all, I was wondering if you guys are offering or planning to offer a Translate API that would allow devs to tap into that functionality.
Posted Last updated
.
Post not yet marked as solved
2 Replies
904 Views
1. Can VNRecognizeTextRequest return / identify results with extended alphabets? Letters like Ö, Ä, Å or ü.- I've tested by setting Finnish to recognizedLanguages, but to no effect. It has not recognized the letters correctly.2. It identify japanese, chinese and other asian character sets?
Posted Last updated
.
Post not yet marked as solved
0 Replies
706 Views
Is there some way of acquiring item index information in HStack and/or VStack? Basically I have this idea of implementing state to keep hold of index of item that was last chosen to make it appear different. I would need the state and action to set the correct index. I could type it individually as hard-coded separate actions but that would seem quite crude.
Posted Last updated
.
Post marked as solved
3 Replies
16k Views
Is it possible to use custom fonts in SwiftUI? I can only find the "title", "subheadline", etc. type enumerations. But if I actually want to define a new font that I am importing to the project, how would I go about that?
Posted Last updated
.