Giter Club home page Giter Club logo

ocr-server's Introduction

项目介绍

一个基于paddle ocr,提供http调用方式的springboot工程。

提供http调用方式,调用

快速开始:

1.环境准备

jdk 1.8

python 3.9.6

maven 3.2.5

安装paddle图片识别库

python -m pip install paddlepaddle==2.3.2 -i https://mirror.baidu.com/pypi/simple

python -m pip install paddleocr==paddleocr==2.6.0.1 -i https://mirror.baidu.com/pypi/simple

2.通过maven编译本项目

3.项目启动入口

启动类:
com.luckyone.ocrserver.OcrServerApplication

启动命令:
java -Xms128m -Xmx4092m -Dfile.encoding=utf-8 -Dspring.profiles.active=prod -jar  /root/ocr.jar
--自定义配置文件 application-prod.yml

4.客户端调用测试类

com.luckyone.ocrserver.OcrServerApplicationTests

ocr-server's People

Contributors

jack123321 avatar luckyone2014 avatar

Watchers

 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.