1

Sorry if this question is silly or vague but I have been given the task to get ocr implemented at server side during my internship. Where can I get the suitable api to integrate it with my company's site. I have tried using the microsoft vision api but wonder how to get it to server! I am a newbie in IT field. So please help me out with your valauable suggestions. Thanks!

Learner
  • 27
  • 5

2 Answers2

1

See http://ocrsdk.com its probably the best OCR there is at the moment. Its not perfect and it's quite expensive.

Otherwise there is https://github.com/tesseract-ocr/tesseract but it is ancient, written in C++, sucks and leaks memory.

mirosval
  • 6,671
  • 3
  • 32
  • 46
1

There are many OCR SDKs that you can use in server side applications as well as cloud solutions.

OCR SDKs:

Cloud Solutions:

Gabriel Archanjo
  • 4,547
  • 2
  • 34
  • 41