RHUL-Electronic-Engineering-Group / AR-Headset-IC-Identification

ARIC - A custom AR headset solution to display IC data on a heads-up using ESP32, Rasp Pi, MQTT and dual TFTs
GNU General Public License v3.0
2 stars 0 forks source link

integrate text processing with compoent database search #7

Closed GeorgeSayles closed 1 year ago

GeorgeSayles commented 1 year ago

once we have the google vision api set up and able to return the text on an IC, we can merge feed the text into the library reader and search for it in the component library this requires some level of integration betwen the two scripts

GeorgeSayles commented 1 year ago

collaborating with @Henderson-C we have been able to call the OCR.bat file from the OCR text search python script we then are able to call the library search python script from the OCR search script feeding in the found text automatically

Image

GeorgeSayles commented 1 year ago

moved to review for @AMACarter or @JasonMaher23 to test