LEADTOOLS Support
Document
Document SDK Examples
HOW TO: Ocr Video using the callback filter
#1
Posted
:
Friday, August 14, 2015 9:06:20 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Attached is a project that uses the callback filter to capture frames and then OCR it in a separate thread. Each time you click capture it will save a screenshot in the UI thread and spawn a new thread to OCR the frame you captured.
I used LEADTOOLS v19 visual studios 2013 dotnet 3.5 Win32 for the is project.
This project only allows mpg files to be played, but that can be easily modified.
To use:
1. Select a video
2. Click snapshot & OCR
3. observe the bin/debug/images folder for output
#2
Posted
:
Friday, January 4, 2019 5:52:39 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 54
Thanks: 2 times
Was thanked: 10 time(s) in 10 post(s)
I have updated this project to use our version 20 toolkit and .NET framework 4.0 using Visual Studio 2017. I have also allowed the open file dialog to allow other video formats as input such as .avi and .mp4 (previously the open file dialog only allowed .mpg files). This project now builds to C:\LEADTOOLS 20\Bin\Dotnet4\x64 (Win32 for 32 bit) and outputs to C:\temp\images.
You can download the updated project here:
Josh Clark
Developer Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Wednesday, February 23, 2022 1:12:43 PM(UTC)
Groups: Registered, Manager, Tech Support, Administrators
Posts: 107
Was thanked: 9 time(s) in 9 post(s)
This project has been updated to work for the v22 SDK and is using x64.
Marcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Document
Document SDK Examples
HOW TO: Ocr Video using the callback filter
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.