フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Using a native terminal command on raspberry pi and simulink programming.

1 回表示 (過去 30 日間)
Jose
Jose 2014 年 3 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I am using the raspberry pi to do some image processing. I have a third party mex file of tesseract-OCR (optical character recognition) that works well with MATLAB. However, it is not supported by MATLAB's code generation to program on my raspberry pi.
My question is if I can install tesseract on my raspberry pi and use the native Rpi function in simulink. I assume this may work since the code is ran natively on the raspberry pi.
If it is possible, what literature do you suggest me to read? My ultimate goal is to use tesseract-ocr and have simulink generate the proper code to use it on my Rpi. Any help is appreciated.
Note: my university does not have MATLAB 2014 version so I can not use the ocr() function, which uses tesseract.
Thanks

回答 (1 件)

Murat Belge
Murat Belge 2014 年 3 月 26 日
So the tesseract-ocr is available on Raspberry Pi. You need to follow instructions above for installation. Once installed, you can call into the OCR engine from a Simulink model. For an example, look into the following File Exchange submission: http://www.mathworks.com/matlabcentral/fileexchange/38508-access-gpio-pins-on-beagleboard-from-simulink

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by