Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to manipulate typed text

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to manipulate typed text

    I was recently looking at the Tesseract module to help convert handwritten text into typed text, however I was wondering is there anything out there, or any code which would allow me to do it the other way? I would like to load up a piece of typed up text (pdf, word, even notepad), and be able to turn it into an object for manipulation.

    In the long run, I'd like to be able to open up a pdf document, click on some text, edit it, then use tesseract to turn it back into typed text.

    Thank you

    Sam


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: How to manipulate typed text

    Thread moved.

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

Similar Threads

  1. How to manipulate a thread?
    By sakonpure6 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: December 27th, 2013, 05:28 PM
  2. How to manipulate a value
    By joe132 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 22nd, 2013, 06:19 PM
  3. How to open and manipulate another program?
    By TKL in forum Object Oriented Programming
    Replies: 6
    Last Post: December 31st, 2012, 06:38 AM
  4. Strong Typed XML
    By tcstcs in forum Java Theory & Questions
    Replies: 3
    Last Post: July 19th, 2012, 06:37 AM
  5. How Manipulate HTTP response?
    By nikos in forum Java Networking
    Replies: 1
    Last Post: October 7th, 2010, 12:22 PM