https://github.com/unitycoder/findtextfromvideo
Tool to search video file for text using OCR
https://github.com/unitycoder/findtextfromvideo
Last synced: 3 months ago
JSON representation
Tool to search video file for text using OCR
- Host: GitHub
- URL: https://github.com/unitycoder/findtextfromvideo
- Owner: unitycoder
- Created: 2024-11-19T19:16:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:50:15.000Z (7 months ago)
- Last Synced: 2025-02-02T04:42:58.821Z (5 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FindTextFromVideo
Commandline tool to find text from video file using OCR!### Why?
I recorded +1hr clip that had some personal info in few frames, but cannot find where it was.. So, i think its easier to write tool to search text from video, that trying to find those frames by scrubbing video. Lets see?### TODO
Still have things todo https://github.com/unitycoder/FindTextFromVideo/issues/2### Installation
- Clone repo
- Open project in Visual Studio
- Download Tesseract language file from https://github.com/tesseract-ocr/tessdata
- If you use English, then take: https://github.com/tesseract-ocr/tessdata/raw/refs/heads/main/eng.traineddata
- Place data file in the build output folder, under: tessdata/ next to where your FindTextFromVideo.exe file is
- Build it
- Use from commandline### Usage
- FindTextFromVideo.exe "text to search" videofile.mkv
- Press ctrl+c to stop### Image
