Code Monkey home page Code Monkey logo

bankcardocr's Introduction

BankCard

环境

本项目的开发和测试环境为: 系统:

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Linux Mint 19.1

Python:

  • Python 3.6

在以上系统环境中可以正常运行本项目软件,若在其他系统环境下配置运行本项目,请自行解决依赖以及环境配置问题。

安装

安装依赖

pip install pyqt5 
pip install pyqt5-tools
pip install qtpy
pip install Pillow

配置

项目启动脚本run.sh内容如下:

export VENV=/path/to

export PYTHONUNBUFFERED=1
export QT_QPA_PLATFORM_PLUGIN_PATH=`echo $VENV`/lib/python3.6/site-packages/PyQt5/Qt/plugins/platforms
`echo $VENV`/bin/python `pwd`/GUI/main.py

修改run.sh中第一行,将/path/to修改为测试机上的python虚拟环境的绝对路径,并保存。

运行

使用项目压缩包中提供的run.sh文件来启动本软件:

# 切换到项目目录下
cd Bank_Card_OCR
# 使用前先为 run.sh 添加可执行权限
chmod +x run.sh
./run.sh

bankcardocr's People

Contributors

deali-axy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.