Questions tagged [asprise-ocr-api]

4 questions
1
vote
2 answers

After installed asprise_ocr_sdk_python_api on mac, got "No module named 'ocr'"

I ran both sudo pip install asprise_ocr_sdk_python_api pip install asprise_ocr_sdk_python_api Got message "Requirement already satisfied: asprise_ocr_sdk_python_api in /Users/myid/miniconda3/envs/competition/lib/python3.5/site-packages" But when…
BlueDolphin
  • 9,765
  • 20
  • 59
  • 74
0
votes
0 answers

Read all numbers from image

I have this image: And I try to read all of these numbers. I was trying with com.asprise.ocr java-ocr-api 15.3.0.3 Ocr.setUp(); Ocr ocr = new…
KunLun
  • 3,109
  • 3
  • 18
  • 65
0
votes
0 answers

How do run the example from asprise ocr code with c++ in my laptop?

i am using the example code to run the asprise library, but when i compile show me an error that i don't understand, please anybody could help me? I am new using extern library in c++ #include #include "asprise_ocr_api.h" using namespace…
0
votes
0 answers

Asprise Ocr library has already been downloaded but still can not be used

I am developing java application using Eclipse for text recognition from image using Asprise Library. In my maven project POM.xml file I have included this dependencies com.asprise.ocr