Was hoping for some guidance on whether this is possible and what I should be looking for so I can build my own action if someone hasn’t built one already.
Even better if there was a way to add it to the action bar like the one for dictation. (In going through the guide and forums I couldn’t find anything about adding to the action bar.)
All of the above gives you the starting point and a prebuilt action to scan content into a new draft.
If you need to get the text into your current draft at the current cursor position, the cleanest option is a more advanced option - but if you read about scripting in the forum and in the documentation you should get th gist - like this.
Thanks. Now I get it. I read your original reply in Outlook which magnified all the images and I missed that you’d kindly created an action.
I got the action to work, but it scans the full page with the camera, rather than giving me the option to select a particular paragraph.
Poking around a little suggests that this is a different Apple API. And the suggestion I found was to see if there was an editor.scanLiveText() or similar API method that mirrors the keyboard’s selective Scan Text. Is that something that would work, and if yes, any suggestions on how to do it would be greatly appreciated.
Thanks for taking the time to help me get a handle on this.
Unfortunately, Apple’s Live Text APIs do not support that type of integration with third party apps. You are stuck with the interface Apple provides, and it’s entry point in the text selection menu.
You can use the document scanning input, and just crop your image to the text selection you want to capture, however.
Thanks for letting me know. I had a feeling that was the case, but did come up with this IOS shortcut:
Take Photo
Extract from Photo
Split Text from Image by New Lines
Choose from Split Text
Combine Selected Item with New Lines
Copy Combined Text to clip board
Append Combined Text to Combined Text (Drafts Action)
This turns the photo into a list that you can check off which paragraphs you want to add, and then brings up a list of Drafts so you can choose which one to append it to.