OpenCV OCR and text recognition with Tesseract

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...

flutter迁移androidx

First make sure that compileSdkVersion is at least 28 in app/build.gradle. This property controls the version of the Android SDK that Gradle uses to build your APK. It doesn’t affect the minimum SD...

在Windows上使用Cpanel的加密SSH(PuTTY)

  一、创建Public/Private密匙 1、在Cpanel中点击 Security 分类中的 SSH/Shell Access SSH/Shell Access 2、打开 Manage SSH Keys 工具. 3、点击 Generate a New Key 并填写显示的表单。我们建议使用...

iis10 启用php实时输出

在一个比较费时的操作中,想把操作记录在浏览器上实时显示出来,用到了flush(),把缓冲中的内容发送到浏览器。但在iis里面用fastcgi模式配置的php怎么都实现不了,结果总是一起显示出来。 <?php function fl...

Windows 下安装 Memcached

官网上并未提供 Memcached 的 Windows 平台安装包,我们可以使用以下链接来下载,你需要根据自己的系统平台及需要的版本号点击对应的链接下载即可: 32位系统 1.2.5版本:http://static.runoob.com/do...

css hack

IE 11 (及以上..) _:-ms-fullscreen, :root .foo { property:value; } IE 10 及以上 _:-ms-lang(x), .foo { property:value; } or @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) ...