Most Common Python Libraries for Computer Vision in 2022

Most Common Python Libraries for Computer Vision in 2022

Click on the above “Beginner Learning Vision“, select to add “Star” or “Pin“ Important content delivered first Computer vision is a branch of artificial intelligence aimed at enabling computers to observe and interpret the world in a human-like manner. This includes understanding visual data captured by sensors (such as cameras) and high-level concepts that allow … Read more

Using OpenCV and Tesseract for OCR on Image ROIs

Using OpenCV and Tesseract for OCR on Image ROIs

Click the above “Beginner’s Visual Learning” to choose to add a bookmark or “pin” Important information delivered immediately In this article, we will apply OCR on the selected region of an image using OpenCV. By the end of this article, we will be able to apply automatic orientation correction to the input image, select the … Read more

Practical Guide: Using OpenCV and PyTesseract for Document OCR

Practical Guide: Using OpenCV and PyTesseract for Document OCR

Click on the above“Beginner’s Guide to Vision”, select to addStar or “Top” Important content delivered first As organizations around the world seek to digitize their operations, converting physical documents into digital formats has become very common. This is usually done through Optical Character Recognition (OCR), where text images (scanned physical documents) are converted into machine … Read more

PyTesseract: A Powerful OCR Tool!

In 2024, OCR technology is no longer a black technology! Today, let’s play with something interesting – PyTesseract, a Python tool that allows you to easily extract text from images. Whether it’s scanned documents, screenshots, or photos taken with a phone, it can help you convert them into editable text with just one click, making … Read more

Free Offline OCR Software: Features and Applications

Free Offline OCR Software: Features and Applications

Offline OCR Software Offline OCR (Optical Character Recognition) software is a computer program that can convert text from scanned documents or images into editable and searchable electronic text without a network connection. The main features and applications of this software are as follows: Features: 1. Offline Operation: Performs OCR tasks without the need for an … Read more

OCR Image Recognition Using Python

OCR Image Recognition Using Python

Data collection often encounters images that can only be viewed and not copied. Manually extracting text can require a significant amount of work. For example, in the table of prices for a property development, how can one find houses with lower unit prices? It can be difficult to discern with the naked eye. Can we … Read more

Eight Common Open Source OCR Tools

Eight Common Open Source OCR Tools

Author | Chen Xiaobing Reviewed by | Chong Lou OCR (Optical Character Recognition) is a technology that automatically converts text in images into editable text. Currently, various vendors provide OCR recognition APIs for different scenarios. However, there are also several open-source OCR frameworks and tools available that support customization and training, allowing developers to flexibly … Read more

Python Image Recognition for Office Automation

Python Image Recognition for Office Automation

Click the above to follow us! Who needs a former Google tech lead? I’m just an ordinary programmer. Today, I want to talk about the topic of Python image recognition for office automation. To be honest, this is incredibly useful! Think about it, how many repetitive tasks do we have in the office, like processing … Read more

Image Recognition Made Easy: A Practical Python Guide

Image Recognition Made Easy: A Practical Python Guide

Are you still frustrated with manually processing table images in office documents? Don’t worry! Today, I’ll show you how to use Python and image recognition technology to extract text from images with just one click. Whether it’s meeting notes or report screenshots, with just a few lines of code, you can easily handle it and … Read more