Skip to main content
Question

What OCR software i could opt for ?

  • May 17, 2026
  • 8 replies
  • 159 views

vimva679
Enthusiast
Forum|alt.badge.img+11

Is there any other alternative OCR software OR workaround of TESSERACT.exe which is not allowed by my IT Department for security reason. 

 

So if there is any alternative OCR s/w that is recommended, please let me know. 

Note from IT Security Team:
All software, including freeware, must:
• Come from a reputable source/supplier
• Be supported by the supplier with vulnerability updates
• Be fully licensed for enterprise use and not limited to individual use

8 replies

hkingsbury
Celebrity
Forum|alt.badge.img+73
  • Celebrity
  • May 17, 2026

A quick search shows that adobe has an online OCR service - Adobe Developer — PDF Services API — OCR PDF - Adobe Developers


vimva679
Enthusiast
Forum|alt.badge.img+11
  • Author
  • Enthusiast
  • May 22, 2026

@hkingsbury Am not sure how to use it into FME, do you mean that instead of  tesseract.exe  I call PDF OCR ? Or use PythonCaller ? 
 

Highly appreciated if u got more on that or any example of workbench/ tnx 


hkingsbury
Celebrity
Forum|alt.badge.img+73
  • Celebrity
  • May 24, 2026

Its a REST API so you’ll be able to call it via the HTTPCaller. I don’t have a specific example for this API. There is a generic tutorial here on how to use APIs via FME Tutorial: Getting Started with APIs – FME Support Center


antoine
Enthusiast
Forum|alt.badge.img+7
  • Enthusiast
  • May 26, 2026

Hi,

Have you considered a local vision model?  


vimva679
Enthusiast
Forum|alt.badge.img+11
  • Author
  • Enthusiast
  • May 26, 2026

@antoine Thank you, am not aware of that, if you got any example / workflow would help a bit more to understand worth trying out. 


antoine
Enthusiast
Forum|alt.badge.img+7
  • Enthusiast
  • May 26, 2026

About the idea, you can read :
https://huggingface.co/blog/dvilasuero/how-to-analyze-images-with-ai
It can be set up locally if you have a good graphic card.

@oliver.morris did a good presentation using Gemini about it but I cannot find the link. There are other services available through FME if your hardware is not good enough or if you have big volumes like GoogleVisionConnector, an Azure one, an AWS one, depending on your cloud provider.


 


oliver.morris
Contributor
Forum|alt.badge.img+14

It depends on the quality of the inputs so always best to try a few and see whcih model is best optimised for your inputs.

For more tricky work using external AI services like gemini is the way forward. But if you have a fairly modern machine and time on your hands (i.e. you can leave it to run over night) there are some good options.

Installing Ollama locally and using a small model like Paddle or GLM maybe a good starting point -https://ollama.com/MedAIBase/PaddleOCR-VL

https://ollama.com/library/glm-ocr

 

 


jamatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • June 17, 2026

Hi ​@vimva679, building off the great suggestions already mentioned above, you can point an AI model at the image or file and have it extract and interpret the text.

If you want to look into this further, you can refer to any of the AI connectors or tutorials in this article to get started: Getting Started with Any AI in FME.

Or if you’d rather stay with a dedicated OCR, a few connector options that may align with your IT requirements as suggested by ​@antoine :

Hope that points you somewhere useful!