GithubHelp home page GithubHelp logo

blyema / cnlite_cs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cronz/cnlite_cs

0.0 0.0 0.0 103 KB

cnlite is a c# library to do chinese ocr based on project chineseocr_lite

License: Apache License 2.0

C# 100.00%

cnlite_cs's Introduction

cnlite_cs

cnlite is a c# library to do chinese ocr based on project chineseocr_lite

Overview

    1. cnlite reused onnx models pretrained by chineseocr_lite project
    1. This project is translated from python code almost 99% percent from chineseocr_lite project

Usage

    1. download the project code
    1. download onnx models file (crnn_lite_lstm.onnx and dbnet.onnx) from chineseocr_lite
    1. use microsoft visual studio to download the necessary library
    1. run the demo project
    1. onnx models are located at application_root/conf/.

Dependencies

How to use EmguCV

    1. download EmguCV from Download and installation page
    1. installEmguCV
    1. Copy library to your target path, the required vcrt dlls are included in the "x86" and "x64" folder. You will be ready as long as you copy all the unmanaged dlls in the "x86" and "x64" folder to the folder of executable
    1. Be careful to configure target Platform based on "x84" or "x64" folder

说明

本项目是基于 chineseocr_lite 的源代码和onnx model,本项目只是翻译了原有的python代码为C#代码

使用方法

    1. 下载本项目代码
    1. 从chineseocr_lite 项目中下载onnx models
    1. 在vs 2015/19中,用NuGet 下载onnxruntime
    1. 注意,onnx训练文件请放到 conf 文件夹里面

使用环境

EmguCV 的使用

    1. 本项目使用的EmguCV,是OpenCV 的C# API调用版本
    1. 要先下载安装EmguCV
    1. 注意要复制相应的 x64 或者 x86 文件夹的所有文件到编译路径下面。EmguCV的安装路径下面有对应的x86/x64文件夹,请将所有的动态库复制到C#工程编译路径(一般是bin\Debug)下面。请参考

cnlite_cs's People

Contributors

cronz avatar blyema 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.