Skip to content

An OCR mini app implemented with Aliyun Function Compute

Notifications You must be signed in to change notification settings

awesome-fc/fc-ocr-mini-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在支付宝小程序上使用函数计算实现OCR

介绍

A OCR demo on alipay mini program using alicloud function compute as backend.

  1. Upload image to OSS bucket via alipay miniprogram client
  2. A function is triggered and process image uploaded, extract OCR result and save the result in a bucket
  3. Get OCR result back on mini program

使用

  1. 函数计算开发环境,使用Fun工具 进行函数部署
  2. OSS bucket创建,存储上传的图片,本demo需要创建两个bucket
  3. 开启阿里云OCR服务: 通用类图片文字识别
  4. 替换python代码中的<>中的内容为你配置,然后fun deploy
  5. 运行支付宝小程序client端,上传图片,得到识别结果

更多介绍请查看intro.md

About

An OCR mini app implemented with Aliyun Function Compute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published