Have something to say?

Tell us how we could make the product more useful to you.

Note that this feedback section only concerns Mindee V2:

https://app.mindee.com and https://api-v2.mindee.net/

API_KEY IS NOT WORKIN

I use java-sdk. It is pretty simple isnโ€™t it. And this is your sample: MindeeClient mindeeClient = new MindeeClient(apiKey); // Load a file from disk LocalInputSource inputSource = new LocalInputSource(filePath); // Parse the file PredictResponse response = mindeeClient.parse(InvoiceV4.class, inputSource); // Print a summary of the response System.out.println(response.toString()); And the result is: Exception in thread "main" com.mindee.http.MindeeHttpException: Authorization required - HTTP 401 - Invalid token provided at com.mindee.http.MindeeHttpApi.getHttpError(MindeeHttpApi.java:360) at com.mindee.http.MindeeHttpApi.lambda$predictPost$5(MindeeHttpApi.java:226) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:247) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188) at org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:162)

computart 12 days ago

3

๐Ÿ› Bug

In Progress

Extract picture and images from resume

Hi, We would like a feature that allows us to retrieve a picture from a resume that has been sent to analyze via API. The best option would be to have, in the list of extracted data from the โ€œResume OCRโ€, a new element : { "image": [ {โ€œtypeโ€: โ€œpicture|logo|otherโ€, "id": "document_unique_id", 'โ€œdimensionโ€: โ€œwidthXheightโ€, โ€œlocationโ€:โ€coordinatesโ€ } ] } type : would describe the type of images ; eventually this could also be added as a filter in the OCR request document_unique_id : would be the id of the extracted document, available for download via Mindee API widthXheight : the dimensions of the picture, width by height, for example โ€œ150ร—450โ€ coordinates : the abscisse and ordinates of the pictures in the original documented, for example โ€œ 300;100โ€ The coordinates would be usable by ImageMagick. Thanks

Mansuy DEJEAN 13 days ago

6
๐Ÿ’ก

Feature Request