Hi Experts,
Its been years since I posted in this site.
Anyways, Are there any best know java OCR API or open source utility to get the text from a Video/Audio files.
I know this is too much to ask but I'm researching on this so posting this question, hoping to get any info that might help me on my way.
fREDDIE
User Profile
Collapse
Profile Sidebar
Collapse
freddieMaize
Last Activity: Mar 2 '15, 08:26 AM
Joined: Aug 22 '08
Location:
-
OCR Conversion - Video/Audio to text
-
Thanks for responding !!
Well, i need to parse if myself since, that way we can customize the search engine better.. Well it ll get complicated if i need to explain what EXACTLY im trying to do. Also would not be that necessary..
And regarding UTF-8, no specific reason. It was one of the trail which ended in error :)
Anyways, I'm trying my best out and ll be sure to post back if i find a solution. Thanks... -
Sure you can ask..
The actual purpose is, I'm trying to index documents into a Search Engine for which i need to read the contents of a PDF (and also other formates like docx, doc, ppt, pptx and list goes on). All the read content should be put to a String which is then pused to the Search Engine. Currently we are using Apache Tika for this. But was just thinking if a simple ByteArrayOutput Stream could slove the issue..
...Leave a comment:
-
Read a PDF and print content in console
Hi All,
Wondering if a PDF can be read and the content inside it can be written into a txt file. Fow now i'm just giving a sys out. Below is my attempt,
...Code:public static void main(String args[]) throws IOException { FileInputStream fis = new FileInputStream(new File("c:\\zoutput.pdf")); ByteArrayOutputStream docContents = new ByteArrayOutputStream(); byte[] buffer = new byte[16384]; -
Leave a comment:
-
Informative. Much appreciated.
One last question. Can you please tell me how to figure out the pixel shader version that is implemented? Thanks a ton.Leave a comment:
-
Thank you for the response.
PC using Mobile Intel(R) 965 Express Chipset Family board is able to run this game. Any explanations?
My video ram - onboard is 384MB. Pixel Shader is 2.0. Well this is more than enough for this game I suppose.
In a way I accept. Intel boards are crap :|
Anyways, thanks againLeave a comment:
-
-
And yes, the game works fine in other PCs. So no problems with the set up file or such things.Leave a comment:
-
nfs pro street demo not working
Hi Folks,
The issue is not being unable to play a game. Its about why it is not running in my computer.
Below are my system configs.,
I'm aslo attaching the DxDiag text file. Can anyone please suggest on why the game is not running in my PC? Is there anything I'm missing? Thanks
Freddie... -
Thanks.
Like mentioned my RAM is 1 GB which should be quite enough.
Let me try defragmenting my disk and get back here. Thanks
FreddieLeave a comment:
-
Copy/Paste takes a lot of time
Hi,
I did a lot of googling before I'm posting here. Nothing worked.
Copy/Pasting a 700MB film from one drive to another takes at least 15 minutes. Worst of all, when I do copy/pasting I really cant even do anything else. The whole system responds me so slowly. I cant even open win amp and play a song while I copy/paste.
Burning a 4.7 DVD using nero almost takes a hour with the similar problem of slow... -
-
Java Post method - Cookie Issue
Hi everyone,
I'm trying to access a url from java (using java post method). The url is a login page. I then insert values (username and password) to it an try to post that page. Below is my code,
...Code:PrintWriter out = new PrintWriter(new FileWriter("GSA Report Log.txt")); String ipAddress = "******"; //give the ipadress here int portNo -
Resolved. Used below,
instead of belowCode:String body = "fName=" + URLEncoder.encode("Atli", "UTF-8") + "&lName=" + URLEncoder.encode("Þór", "UTF-8");
...Code:String data = URLEncoder.encode("fName", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8"); data += "&"Leave a comment:
-
May I cont. this thread?
May I cont.with this old thread?
Below is my login jsp page]
Below is my success jsp pageCode:<form action="success.jsp" method="POST"> <input type="text" name="fname" value="" /> <input type="text" name="lname" value="" />
...Code:Leave a comment:
-
I agree. However there are some (most) resource that would be common for any OS. Just though that the graphic card would be a req.resource for any OS.
Anyways. Thanks. Time to change my motherboard I think.Leave a comment:
-
Now i'm getting the below error,
STOP: 0X000000EA
Problem with vga64k
device driver got stuck in a infinite loop....
I googled and I suspect my graphic card is the culprit.
But I dont know how I was able to install UBUNTU in the same system.Leave a comment:
-
DonRayner, Thank you for your interest. I will look into those links.
In fact I was using xp on the same machine. Suddenly one day i got the below error,
"windows\system 32\config\syste m....missing or corrupt file".
Only then i tried to reinstall xp and this blue screen... I'm sick of it...Leave a comment:
-
Yup. Some weeks back I took a print out of that page and tried in my home. Din work. Thanks for the link anyway.
Can some one help me by answering this question
If hard disk is exchanged completely will the os work?
I mean, like in my case i took the hard disk to another system, installed xp, came back home, plugged in the hard disk to my sytem and tried to operate.
Will this work??
...Leave a comment:
No activity results to display
Show More
Leave a comment: