Medium
eng-mhasan.medium.com › ocr-with-deep-learning-in-python-e443970d09e4
OCR with Deep Learning in PyTorch (EasyOCR) | by Mohamed Hasan | Medium
May 19, 2023 - Modern OCR uses machine learning techniques to train computers to read the text inside images. Specifically, deep Neural Networks (NN) are trained to analyze the text in images over many levels, and combine that to get the final text result ...
[D] Looking for a fast OCR repo
https://tesseract-ocr.github.io/tessdoc/#introduction More on reddit.com
[P] Choosing an OCR
Pay for Google's service, it costs like pennies per image, maybe less, and can exhaustively label your entire set almost perfectly with word, character, and line gt even rotated. Then use that to train the best open source model you can find.
More on reddit.comDeeplearning/OCR for solving hand-written math equations.
Shame, was hoping for open source.
Seems to me like recognition is a solved problem, the real challenge is segmentation. Anybody have any ideas what methods they're using? Note also all the characters in their examples are cleanly separated.
More on reddit.comText Master OCR for Android powered by Machine Learning
Just a suggestion: you should remove "our Powerful Machine Learning & AI technology" from readme and state that it uses Text Recognition v2 from ML Kit. It's Google's technology, not yours. More on reddit.com
How does IRONSCALES use OCR and deep learning?
IRONSCALES uses OCR and deep learning as part of its multi-signal AI email security architecture to detect image-based phishing and QR code phishing (quishing). OCR extracts text from image attachments and inline images in email, enabling NLP-based analysis of image-embedded phishing content — detecting urgency language, brand impersonation claims, and credential request patterns that would be immediately caught in text format but are hidden in images. Deep learning QR code analysis identifies QR code patterns in email images, decodes the encoded URL, and subjects the destination to full link
ironscales.com
ironscales.com › home › glossary › ocr and deep learning
What is OCR Deep Learning?
Is OCR supervised or unsupervised?
OCR using machine learning techniques is trained to recognize patterns and the meaning of content, following a few rules. This is possible using supervised, unsupervised learning, or a combination of both.
annotationbox.com
annotationbox.com › home › machine learning › ocr with deep learning: how deep learning is changing ocr
OCR with Deep Learning: Smarter, Faster Text Extraction
Does OCR need the internet?
OCR is an offline process used to scan and recognize text in static documents. However, there are cloud-based services that provide online OCR API services.
annotationbox.com
annotationbox.com › home › machine learning › ocr with deep learning: how deep learning is changing ocr
OCR with Deep Learning: Smarter, Faster Text Extraction
01:00
What is OCR Deep Learning? - YouTube
OCR (optical character recognition) can read text from ...
02:54
Zebra Aurora™ | Demo - Using the Deep Learning OCR Tool | Zebra ...
04:41
Deep Learning OCR | Zebra - YouTube
07:22
Getting Started | Deep Learning OCR | Zebra - YouTube
OCR complete end to end project (Hand text detection and Recognition) ...
GitHub
github.com › das-projects › deepOCR
GitHub - das-projects/deepOCR: Optical Character Recognition using Deep Learning · GitHub
This is an Optical Character Recognition Library with the ability to train and deploy Deep Neural Network models to a Streamlit Web application.
Author das-projects
arXiv
arxiv.org › abs › 2011.13534
[2011.13534] A Survey of Deep Learning Approaches for OCR and Document Understanding
February 4, 2021 - View a PDF of the paper titled A Survey of Deep Learning Approaches for OCR and Document Understanding, by Nishant Subramani and Alexandre Matton and Malcolm Greaves and Adrian Lam View PDF
Cognex
cognex.com › home › tools and resources › resource center
Video: How Deep Learning Solves Challenging OCR Applications | Cognex
July 28, 2020 - Cognex AI uses neural networks and a pre-trained font library to read codes that are skewed, distorted, obscured, and poorly-printed — creating a robust optical character recognition (OCR) that can be set up and deployed without the need for machine vision expertise. ... Read codes that are skewed, distorted, obscured, and poorly-printed with deep learning AI.
Google Cloud
cloud.google.com › use-cases › ocr
OCR With Google AI | Google Cloud
All the OCR solutions mentioned above give you access to pre-trained ML models that you can deploy right away through an API, or uptrain to improve accuracy for your specific needs. You can also train your own custom models with AutoML - no machine learning expertise needed.
Published June 23, 2026
ResearchGate
researchgate.net › publication › 326009476_Optical_Character_Recognition_using_Deep_learning_-_A_Technical_Review
(PDF) Optical Character Recognition using Deep learning – A Technical Review
June 28, 2018 - Firstly, the you only look once (YOLO) algorithm was considered to locate billboards in the imagery, then an optical character recognition (OCR) model was adopted to extract POI-related semantic information from the detected billboard, and finally the extracted semantic text was further processed to obtain POI results. The preliminary study shows that it is a promising way of mapping urban POIs from crowdsourced street-level data using deep learning techniques.
Wikipedia
en.wikipedia.org › wiki › Optical_character_recognition
Optical character recognition - Wikipedia
5 days ago - ↑ "[Tutorial] OCR on Google Glass". October 23, 2014. Archived from the original on March 5, 2016. ↑ Singh, Richa; Sharma, Vikrant; Kashyap, Rekha; Manwal, Manika (March 14, 2024). "Automated Multi-Page Document Classification and Information Extraction for Insurance Applications using Deep Learning ...
Zebra Technologies
docs.zebra.com › us › en › scanners › fixed-mount › zebra-aurora-user-guide › c-aurora-using-machine-vision-tools › c-aurora-identification-tools › c-aurora-deep-learning-ocr.html
Deep Learning OCR
The Deep Learning OCR tool reads text from images using Deep Learning Optical Character Recognition.
Label Your Data
labelyourdata.com › home › articles › ocr deep learning: the curious machine learning case
OCR Deep Learning: How Do You Do It in 2026 | Label Your Data
May 25, 2023 - For example, image recognition is a common example of deep learning in action. The lowest layer identifies the edges of an object of interest, while the highest layers recognize and classify the relevant objects, such as human faces. In OCR, the lower layers of a neural network may similarly identify the edges of letters, but it’s the work of the higher layers to make sense of the words.
DeepLearning.AI
deeplearning.ai › courses › document-ai-from-ocr-to-agentic-doc-extraction
Document AI: From OCR to Agentic Doc Extraction - DeepLearning.AI
January 14, 2026 - Learn to deploy serverless RAG applications on AWS with event-driven document processing powered by LandingAI’s ADE framework. Join this new short course on Document AI, built with LandingAI and taught by David Park, Senior Director of Applied AI, and Andrea Kropp, Applied AI Engineer at LandingAI. Much of the world’s data is locked in PDFs, JPEGs, and other documents. Traditional OCR extracts text but loses critical information—the layout of tables with merged cells, the relationship between charts and captions, the reading order of multi-column layouts.
Nutrient
gdpicture.com › home › blog › new events › deep learning for ocr
Improve OCR Accuracy with Deep Learning OCR Technology
February 24, 2025 - Instance segmentation, just like object detection, is a general-purpose deep learning technique. The goal is to find regions that contain specific objects. But these regions are defined at a pixel level. Some of these techniques are Fully Convolutional Networks (FCN) and TextSnake. Text detection is always the first part of an OCR engine.