如果想在 V2EX 获得更好的推广效果,欢迎了解 PRO 会员机制:
https://www.sunp.eu.org/pro/about

如果你经常使用铜币置顶主题,持有 V2EX Solana Token 会在每日签到时获得额外铜币:
https://www.sunp.eu.org/solana
Cybozu0
V2EX  ›  推广

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

  •  
  •   Cybozu0 · Aug 14, 2020 · 1832 views
    This topic created in 2110 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   ·   5408 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 42ms · UTC 03:53 · PVG 11:53 · LAX 20:53 · JFK 23:53
    ♥ Do have faith in what you're doing.