Consulting

Results 1 to 5 of 5

Thread: Read from a Text Box in a Tiff file

  1. #1

    Read from a Text Box in a Tiff file

    I have a bunch of Tiff files that I need to read the text boxes that are manually added into the document. All text boxes are created using the Microsoft Document Image Writer. Currently it requires someone to open the document and copy and paste this into an Access form. This is done by several different people everyday using several hundred documents so automating the process would save a lot of time. I would like to be able to scan the Tiff file such that I can extract these comments, the rest of the text is not important I only need what is in the text boxes. For example in the tif I posted below I would only like to pull the information in the yellow text box.
    Attached Files Attached Files
    Last edited by dicepackage; 04-15-2011 at 01:20 PM.

  2. #2
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    What yellow text box? All I see is a document that's been converte to a TIF image. No text, per se, to extract.
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

  3. #3
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    I've taken a very serious look at this one but have to tell you that it's not possible to achieve this in an automatic way. You'll have to open each file with the program itself. Even the modi object doesn't give any return for a created textbox (I wonder why microsoft only gives this information in an itsy pitsy small letter somewhere beneath a lot of info as the x-one th footnote).

    The best I could do was getting the text or saving it as a jpg file.

    Charlize

  4. #4
    Banned VBAX Newbie
    Joined
    Jun 2011
    Posts
    3
    Location
    That you can do it?

  5. #5
    Hi, guoting.
    I am confused by the problem. You meant to read the text of Tiff images? Then you can
    extract text from Tiff images using some toolkits. Or you just want to read Tiff files only? Then you can try building some Tiff readers with the help of some manual tools which can be customized by users according to our own favors to help view and read tiff files. You can also google it and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.



    Best regards,
    Arron
    Best Regards,
    Arron

    I am testing about image resizers to resize images, any ideas?


    Next Tomorrow is Another Day.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •