V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
如果想在 V2EX 获得更好的推广效果,欢迎了解 PRO 会员机制:
https://www.v2ex.com/pro/about
Cybozu0
V2EX  ›  推广

OCR 识别技术在企业 OA 系统中的应用

  •  
  •   Cybozu0 · Aug 14, 2020 · 1785 views
    This topic created in 2088 days ago, the information mentioned may be changed or developed.

    概要

    OCR 技术提供商 合合信息 企业 OA 系统提供商 才望子 利用这 2 家公司的产品,我们来做一个自动识别发票的报销 app

    效果图

    关键代码

            const appKey = '.....'; // your app_key;
            const appSecret = '......';// your app_secret;
            const url = '.....';
             
            function inv(fileData) {
                const idx = fileData.indexOf(',');
                const img = fileData.substr(idx + 1, fileData.length - idx);
                return kintone.proxy(url + appKey, 'POST', {
                    'content-type': 'application/json',
                }, {
                    app_secret: appSecret,
                    image_data: img
                });
            }
    

    具体实现请参考: kintone+计算机视觉---发票识别

    更多文章和演示:Kintone demo 环境

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2419 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 09:33 · PVG 17:33 · LAX 02:33 · JFK 05:33
    ♥ Do have faith in what you're doing.