Super Simple Implementation of OCR Text Recognition Application

Super Simple Implementation of OCR Text Recognition Application

Click on the above “Visual Learning for Beginners” and choose to add “Star” or “Top” Important content delivered in real-time 1. Introduction Recently, I encountered a small problem where I needed to extract some text information printed on images. Since there were quite a few images—several with hundreds of characters each—manually typing them out seemed … Read more

CCIG 2023 Speech Transcript: Jin Lianwen on OCR for Ancient Texts

CCIG 2023 Speech Transcript: Jin Lianwen on OCR for Ancient Texts

China boasts a brilliant civilization with thousands of years of history, leaving behind a vast amount of ancient texts. These precious materials are important material carriers for the inheritance of our national culture, embodying rich historical legacies and possessing multiple cultural and social values. Over time, the already rare existing ancient texts have become increasingly … Read more

Practical Guide | OpenCV + OCR Circular Text Recognition

Practical Guide | OpenCV + OCR Circular Text Recognition

Click the "Xiaobai Learns Vision" above, select "Star" or "Top" Heavy content delivered first Introduction This article will introduce the detailed steps and code demonstration for implementing circular text recognition using OpenCV + OCR. (Source: WeChat Official Account: OpenCV and AI Deep Learning) Background Introduction In optical character recognition (OCR) scenarios, there are many special … Read more

Simple Algorithm Flow for OCR ID Card Recognition

Simple Algorithm Flow for OCR ID Card Recognition

Click the above “Visual Learning for Beginners“, select to add “Star” or “Top“ Essential content delivered promptly Conducting research on OCR ID card recognition, I will organize the algorithm flow from the perspective of basic image processing. Introduction to OCR Optical Character Recognition (OCR) The goal is to analyze and recognize characters in images, converting … Read more

Understanding OCR Recognition Principles for Receipts

Understanding OCR Recognition Principles for Receipts

Click the above “Beginner’s Visual Learning” and choose to add “Star” or “Top” Important content delivered in real-time Translator: Mr. Geek This article is translated from Ivan Ozhiganov’s article “Deep Dive Into OCR for Receipt Recognition” published on DZone. All copyright, image codes, and data belong to the author. The translated content has been slightly … Read more

Overview of OCR Algorithms

Overview of OCR Algorithms

Click the above “Beginner Learning Vision”, select to add “Star” or “Top” Important content delivered at the first time This article is reprinted from | 3D Vision Workshop 1. Arbitrary-Oriented Scene Text Detection via Rotation Proposals Main Idea This article introduces a novel network framework based on rotation for detecting text in natural scene images … 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

Principles and Applications of OCR Technology

Principles and Applications of OCR Technology

Click on "Xiaobai Learning Vision" above, select to add "star" or "top" Heavy content delivered in real time Introduction Text is one of the most important sources of information for humans, and natural scenes are filled with various character symbols. OCR (Optical Character Recognition) is a familiar term, referring to the process where electronic devices … Read more

Understanding Optical Character Recognition (OCR)

Understanding Optical Character Recognition (OCR)

Introduction Optical Character Recognition (OCR) is a branch of computer vision research, belonging to pattern recognition and artificial intelligence, and is an important component of computer science. This article will briefly describe the various components in the field of OCR, using the above image as the main clue. 1. Introduction to Optical Character Recognition Computer … Read more

UiBot Tutorial: How to Use OCR Functionality?

UiBot Tutorial: How to Use OCR Functionality?

Today, let’s talk about OCR, which stands for Optical Character Recognition. This term may sound a bit technical, but it’s not far from our daily lives. Imagine when you need to extract text from images or screens at work; OCR acts like an invisible assistant, helping you complete this task without the need for tedious … Read more