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