Python Forum
Extracting all text from a video
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting all text from a video
#2
Perhaps one more operation on a image could reduce the time for processing on each one. Since, the text is in contrast with the rest of the image ( or it should be if you want to read it at all ). That could be used in our benefit. As a middle step.
I haven't played with OpenCV but this is the first I found.

I hope it can give you a some direction in a way to reduce the processing time and lower the errors (duplicates)

https://realpython.com/python-opencv-color-spaces/

I think you can use gamma correction and give the result to the image segmentation process for even more contrast.
jehoshua likes this post
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Extracting all text from a video - by jehoshua - Jan-16-2021, 03:58 AM
RE: Extracting all text from a video - by wavic - Jan-16-2021, 08:08 AM
RE: Extracting all text from a video - by jehoshua - Nov-14-2021, 09:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to remove footer from PDF when extracting to text jh67 3 5,051 Dec-13-2022, 06:52 AM
Last Post: DPaul
  Extracting Specific Lines from text file based on content. jokerfmj 8 2,953 Mar-28-2022, 03:38 PM
Last Post: snippsat
  Extracting the text between each "i class" knight2000 4 2,327 May-26-2021, 09:55 AM
Last Post: knight2000
  Extracting data based on specific patterns in a text file K11 1 2,207 Aug-28-2020, 09:00 AM
Last Post: Gribouillis
  Extracting Text Evil_Patrick 6 2,897 Nov-13-2019, 08:51 AM
Last Post: buran
  Extracting a portion of a text document alarcon032002 8 4,311 Jan-17-2019, 10:35 PM
Last Post: Larz60+
  Google Cloud Vision: Extracting Location of Text pablo_castano 0 2,653 Jun-24-2018, 02:47 AM
Last Post: pablo_castano

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020