Implementing OCR Functionality on Magic Leap

Hi,

I am looking to implement OCR functionality on the Magic Leap headset. The user will be wearing the headset and trying to recognize text present on the computer screen in front of them.

I would also like to localize the detected text in 3D space upon recognition. Is there any tool or library available to achieve this functionality?

Any tips or resources would be greatly appreciated!

Thank you.

You could use tools like OpenCV to perform the optical character recognition. However localizing/ estimating the 3d position of the text might be more challenging since the size of the text is not constant. You may need to use triangulation or the depth sensor data which would which are nontrivial tasks.

The process of creating this type of tool is beyond the scope of the forums and would be a type of research project since the success of implementing it is unknown.