(no title)
girinambari | 11 years ago
I have few question, 1) What does it return as response to API call. I feel like API documentation is not good enough. 2) Is it text extractor tool (or) just image classification tool?
girinambari | 11 years ago
I have few question, 1) What does it return as response to API call. I feel like API documentation is not good enough. 2) Is it text extractor tool (or) just image classification tool?
magsoft|11 years ago
Thanks for your comment.
Pastec only allows to recognize images. You provide reference images with their corresponding unique integer identifiers. Pastec extracts features for each reference image and stores them in its database.
When you perform a request, Pastec compare the features of the request image with the ones stored in the index. If it detects that the request image is similar enough to one or more images of the index, then it returns their identifiers.
You can for example use Pastec to recognize DVD, CD or Book covers in a mobile app.
Currently, it does not allow to extract text from images. The documentation indeed needs improvements. I will work on it.
I Hope I answered your questions!
girinambari|11 years ago