Skip to main content
Question

What OCR software i could opt for ?

  • May 17, 2026
  • 7 replies
  • 108 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

7 replies

hkingsbury
Celebrity
Forum|alt.badge.img+71
  • 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+71
  • 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