User Profile

Collapse

Profile Sidebar

Collapse
freddieMaize
freddieMaize
Last Activity: Mar 2 '15, 08:26 AM
Joined: Aug 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • freddieMaize
    started a topic OCR Conversion - Video/Audio to text
    in Java

    OCR Conversion - Video/Audio to text

    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
    See more | Go to post

  • freddieMaize
    replied to Read a PDF and print content in console
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to Read a PDF and print content in console
    in Java
    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..
    ...
    See more | Go to post

    Leave a comment:


  • freddieMaize
    started a topic Read a PDF and print content in console
    in Java

    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];
    ...
    See more | Go to post

  • freddieMaize
    replied to nfs pro street demo not working
    http://www.intel.com/support/graphics/sb/cs-014257.htm says its 2.0
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to nfs pro street demo not working
    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.
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to nfs pro street demo not working
    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 again
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to nfs pro street demo not working
    Any suggestions please ??
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to nfs pro street demo not working
    And yes, the game works fine in other PCs. So no problems with the set up file or such things.
    See more | Go to post

    Leave a comment:


  • freddieMaize
    started a topic nfs pro street demo not working

    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...
    See more | Go to post

  • freddieMaize
    replied to Copy/Paste takes a lot of time
    Thanks.

    Like mentioned my RAM is 1 GB which should be quite enough.

    Let me try defragmenting my disk and get back here. Thanks

    Freddie
    See more | Go to post

    Leave a comment:


  • freddieMaize
    started a topic Copy/Paste takes a lot of time

    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...
    See more | Go to post

  • freddieMaize
    replied to Javascript onClick Error
    :) Because that is the syntax

    Freddie...
    See more | Go to post

    Leave a comment:


  • freddieMaize
    started a topic Java Post method - Cookie Issue
    in Java

    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
    ...
    See more | Go to post

  • Resolved. Used below,
    Code:
            String body = 
            "fName=" + URLEncoder.encode("Atli", "UTF-8") + 
            "&lName=" + URLEncoder.encode("Þór", "UTF-8");
    instead of below
    Code:
     String data = URLEncoder.encode("fName", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8"); 
            data += "&"
    ...
    See more | Go to post

    Leave a comment:


  • May I cont. this thread?

    May I cont.with this old thread?

    Below is my login jsp page]
    Code:
        <form action="success.jsp" method="POST">
        <input type="text" name="fname" value="" />
        <input type="text" name="lname" value="" />
    Below is my success jsp page
    Code:
    
    
    ...
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to Blue screen of death
    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.
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to Blue screen of death
    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.
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to Blue screen of death
    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...
    See more | Go to post

    Leave a comment:


  • freddieMaize
    replied to Blue screen of death
    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??
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...