In this tutorial, you will learn how to apply OpenCV OCR (Optical Character Recognition). We will perform both (1) text detection and (2) text recognition using OpenCV, Python, and Tesseract. A ...
技术相关
nginx编译http_image_filter_module加入crop定位
先得到原有的nginx信息 nginx -V 下载nginx并解压 wget http://nginx.org/download/nginx-1.10.3.tar.gz tar -zxvf nginx-1.10.3.tar.gz 编辑覆盖src/http/modules/ngx_http_image_filter_module....
Debian9 从零编译配置Nginx
一、准备工作 1.1 更新系统安装包列表 没啥,就他喵想用个最新的。 # apt update 1.2 必须软件包 下面都是编译nginx必须的,提前安装好。 sudo apt-get install gcc make sudo apt-get in...
Debian 9 Stretch国内常用镜像源
随着Debian 9的普及,但由于伟大的墙的存在,那就有必要整理一下国内的镜像站点。 1.使用说明 一般情况下,修改/etc/apt/sources.list文件,将Debian的默认源地址改成新的地址即可,比如将http://deb.debian.or...
在Windows上使用Cpanel的加密SSH(PuTTY)
一、创建Public/Private密匙 1、在Cpanel中点击 Security 分类中的 SSH/Shell Access SSH/Shell Access 2、打开 Manage SSH Keys 工具. 3、点击 Generate a New Key 并填写显示的表单。我们建议使用...
flutter FutureBuilder的使用以及防止FutureBuilder不必要重绘的两种方法
前言: 我们经常有这样的一个开发场景:一个页面进入之后先进行网络请求,此时显示一个圆圈(等待动画),等网络数据返回时显示一个展示网络数据的布局。例如下图: 我们通常的做法是 if(data==null){ ...
油猴脚本执行页面函数
1.使用unsafeWindow替代window 2.使用@grant none // ==UserScript== // @name Content Script Example, grant none // @grant none // ==/UserScript== // Because I am a "@grant none"...
vuejs filters收集
filters:{ date(str,format){ let date = new Date(); date.setTime(str*1000); return format .replace('YYYY', `${date.ge...
vuejs filter中输出html
解决方法 使用全局方法 使用 computed 属性 使用 $options.filters :inner-html.prop 使用全局方法 put your highlight into methods, and v-html="highlight(option.title)" 也可以在 Vue 上...
Apache2.4和Apache2.2访问控制配置语法对比
这篇文章主要介绍了Apache2.4和Apache2.2访问控制配置语法对比,本文给出若干配置实现讲解Apache2.4和Apache2.2访问控制配置语法的不同之处,需要的朋友可以参考下 本文翻译自官方文档:《Upgrading to 2.4 fr...