Search:

Type: Posts; User: rammane@gmail.com

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,464

    Re: reading pdf by using java

    k............... give me suggestion about that
  2. Replies
    4
    Views
    1,464

    reading data from pdf file

    i want to read pdf file(that file in marathi language and font is Kiran) how can i red a pdf file and write into another file.
  3. Replies
    4
    Views
    1,464

    reading pdf by using java

    i am reading pdf through java and write that data in .csv file.problem is like that when i read 500 pages from pdf at that time they can write only 496 lines what can i do for that i can read all...
  4. Replies
    1
    Views
    1,236

    ocr in image processing

    public class aspire {
    public static void main(String[] args) throws IOException {
    BufferedImage image = ImageIO.read(new File("C:/Test2.jpg"));
    String s = new...
  5. Replies
    2
    Views
    1,227

    ocr in image processing

    class mmm
    {
    public static void main(String[] args) {
    OcrEngine ocr = new OcrEngine();
    ocr.setImage(ImageStream.fromFile("pp.tif"));
    // ocr.setImage((IImageStream) new...
  6. Re: How to read a text from an Image file?

    thanks
  7. Re: How to read a text from an Image file?

    k
  8. java image processing

    File newFile=new File("C:\\Image\\9R6-CCI\\09082010\\K08E091209FT_8033.tif");
    byte[] fileData = new byte[ (int)newFile.length()];
    InputStream inStream = new FileInputStream( newFile);
    ...
  9. Re: How to read a text from an Image file?

    how u can import BASE64Encode() package i am getting error please help me
Results 1 to 9 of 9