# Script Title Multi language OCR example ### Prerequisites ```shell pip install agentocr==1.3.0 pip install onnxruntime==1.8.1 ``` or ```shell pip install -r ./projects/Multi_language_OCR/requirements.txt ``` ### How to run the script Execute `python3 multi_language_OCR.py` If you need complete operation documents, you can refer to [AgentOCR advanced tutorial](https://github.com/AgentMaker/AgentOCR) ### Screenshot/GIF showing the sample use of the script ![Screenshot of the Output](Screenshot.png) ## *Author Name* [GT-ZhangAcer](https://github.com/GT-ZhangAcer)