I need to convert some graphic text screenshots back into actual text. I originally wanted one capable of batch-processing but instead I stacked a bunch of screenshots together into one image to avoid that. They are screenshots of video metadata because some genius decided to archive video info of a whole series into JPEGs... Yeah...
There must be some lunatic out there who lost all these episodes in a crash so I'll archive a bunch of useful info on my site and make it unsearchable JPEG to make his job that much harder. Seriously...
Anyway, I only tried FreeOCR so far and it... sucks. 'Nuff said. Any other recommendations?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Did you try to learn/train tesseract (freeocr use tesseract library).
https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
http://pretius.com/how-to-prepare-training-files-for-tesseract-ocr-and-improve-charact...s-recognition/
Without tesseract you are probably forced to use commercial software and seem Abbyy Finereader is frequently mentioned as best. -
Gray-scale or black and white text is easier for an OCR.
Abbyy Finereader and Nuance Omnipage are the best commercial.
As for freeware you can try online OCRs which I believe use tesseract, they aren't bad. -
I got stuck on this part on that tutorial.
gives meCode:N=662 # set accordingly to the number of files that you have for i in `seq 0 $N`; do tesseract $i.bmp $i batch.nochop makebox done
I'm a little confused because the tutorial never instructs where to point the cygwin program at so it can find the image files. Like, how would it know where to look without specific input from me? The article never mentions this. It just tells me to name them a certain way and run that script in cygwin.Code:bash: seq: command not found
-
Similar Threads
-
OCR a video with Google's OCR
By ThePi7on in forum SubtitleReplies: 0Last Post: 6th Mar 2017, 11:38 -
software for ocr
By vhelp in forum ComputerReplies: 21Last Post: 23rd Oct 2015, 19:04 -
OCR subs from mp4
By ChoeyXD in forum SubtitleReplies: 0Last Post: 7th Jun 2015, 06:39 -
I can't use OCR operation...
By Iron Maiden UK in forum SubtitleReplies: 10Last Post: 1st May 2014, 13:35 -
SubRip help - OCR preview
By gremlyn in forum SubtitleReplies: 10Last Post: 22nd Apr 2014, 18:04


Quote
