# deep_ocr **Repository Path**: libai153/deep_ocr ## Basic Information - **Project Name**: deep_ocr - **Description**: make a better chinese character recognition OCR than tesseract - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README deep ocr -------- This installation has been usually test on Ubuntu 16.04. ``` git clone https://github.com/JinpengLI/deep_ocr.git ~/deep_ocr virtualenv ~/deep_ocr_env source ~/deep_ocr_env/bin/activate pip install -r ~/deep_ocr/requirements.txt cd ~/deep_ocr && python setup.py install ``` For a simple recognition test, you can launch the below command. ``` source ~/deep_ocr_env/bin/activate && cd ~/deep_ocr && ./bin/deep_ocr_reco data/holiday_notification.jpg -v -d ```