How to convert .tif file into .text file using Uipath

Hi Team,

I have one .tif file.So, I want to convert.tif file into .txt file .
I want to check a specific data is available or not in the .tif file.

Can any one suggest which activity to convert the .tif to .txt file.

Thanks in advance

Isn’t a .tif file an image? You want to convert an image to text?

Assuming you don’t, can you provide a sample file of what you want to convert?

you can use OCR activities to read the .tif file .The output of which is a string which you can write into the text file

Hi @Jeroen_van_Loon ,

It’s Image but saved in .tif format. Want to convert image to text file.

Which activity i need to use??

Hi @Lak_Ui ,

Can you please tell me the name of OCR activity.

@Baby123 ,

Follow below steps.

  1. Drag “Load Image” activity available under the UI Automation section into the designer panel and supply the Image file path to it. …
  2. Drag “Tesseract OCR” activity(use your desired OCR engine i. …
  3. Drag “Message Box” activity to display the extracted OCR output.

Regards,
Ashok :slight_smile: )

2 Likes

Yeah what Ashok just posted :slight_smile:

Please note that using OCR, is not 100% accurate.
Further refinement might require you to use tools like Document Understanding of one of its competitors to further extract the data. They also use OCR, but add layers of AI/ML to enhance the quality of the data extraction.

If for example you use this to extract financial info from an invoice, in order to facilitate payments, it can make a big difference if an O is mistaken for a 0 or a ‘,’ for a ‘.’.

Just go to your Activities panel and type “OCR” into the search box.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.