Questions tagged [livetext]

5 questions
3
votes
2 answers

macOS: How to access the Live Text OCR functionality from AppleScript/JXA?

As of macOS Monterey it is possible to select text in images in Preview. Is this OCR functionality available from AppleScript and/or JXA (JavaScript for Automation)? In Script Editor.app File > Open dictionary... I selected the Preview.app and…
ccpizza
  • 28,968
  • 18
  • 162
  • 169
2
votes
1 answer

Check if Apple LiveText is available?

I want to add apple live text support using a scan button. But I know that it is available for iOS 15+ and A12 processors and above. How do I check that in Swift?
2
votes
2 answers

How to export a searchable PDF from images by macOS Monterey (Live Text)

In macOS 12 (Monterey), there is a new feature called Live Text. It can recognize text in the images by OCR. MacOS's Preview app lets you select text in an image file, and also lets you convert the image to a PDF file. Meanwhile, I did not find a…
Xaree Lee
  • 3,188
  • 3
  • 34
  • 55
1
vote
0 answers

iOS - Repeating captureTextFromCamera UIAction results in full screen camera overlay

While designing custom UIButton (Scan button) with action captureTextFromCamera to captures live text, 1st time tapping the button shows the camera overlay at the bottom and clicking on the Insert button gets the input text needed. While on the same…
Vijay
  • 878
  • 1
  • 7
  • 21
0
votes
2 answers

How to implement IOS 15 scan text feature in Flutter TextField

I want to add ios 15's new scan text feature in my flutter textfield. I have set my target deployment as 15.2 for both project and podfile and yet the option is not coming like in the featured image. If anyone out there know how can it be done, it…
Aman Mishra
  • 91
  • 1
  • 8