FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR Image To Text

The FMAR Image To Text package is a simple utility that can allows usage of EasyOCR and Tesseract image to text processing within Unity. For a similar but more advanced use case utilizing YOLO and EasyOCR, look at the LicensePlateRecognition package. The package includes:

  • EasyOCR + Python Test Scripts: A Python-based EasyOCR detection system was prototryped within this package, but was not hooked up to Unity. For this package, Tesseract was used for Image to Text. For an example of how to do image to text with a full Unity Pipeline, see the LicensePlateRecognition package.
  • Tesseract Camera To Text Script A entirely C# based prototype of image to text functionality. This solution does not require a python instance to run, and will network the client's camera data to the unity server to be processed using Tesseract, Tesseract output will be printed to the Unity console.