npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

zf-ksh-bx

v1.0.4

Published

基于百度OCR识别,根据支付记录快速生成多人加班餐明细表和加班餐费用粘贴单,方便报销。

Downloads

13

Readme

zf-ksh-bx

基于百度OCR识别,根据支付记录快速生成多人加班餐明细表和加班餐费用粘贴单,方便报销。

如何使用:

1.安装nodejs,版本>12 推荐下载官网稳定版本点击这里下载

2.使用npm全局安装zf-ksh-bx

npm install -g zf-ksh-bx

下载缓慢可以使用淘宝镜像

npm install -g zf-ksh-bx --registry=https://registry.npm.taobao.org

3.准备好需要报销的餐费截图,多人请整理成一个文件夹

img.png

文件夹内为报销截图,目前支持微信、支付宝截图

img.png

4.在报销的文件目录,例子为【10月报销】中打开命令窗口,运行指令

zf-ksh-bx -c

img.png

即可在目录下生成报销用的内容按照时间排序的excel和word文件

img.png

目前插件支持支付宝支付截图和微信支付截图,其他支付方式和无法识别的图片会在运行目录下的盘【未识别图片】文件夹存放,待后续人工处理。

替换百度OCR识别KEY

插件使用百度的开发平台key,免费key仅支持200条识别/月,大量的图片识别请自行申请免费的开放平台key。地址:https://ai.baidu.com/ai-doc/REFERENCE/Ck3dwjgn3

申请后控制台调用指令

zf-ksh-bx -s 你的api_key 你的secret_key

即可使用自己的key进行调用

使用后建议进行人工核对,保证数据的准确性