Whenever I try to add convert text key in diagram type. The server returns 500 error in the api call. The conversion state is DIGITAL_EDIT. I want to prevent text recognition in diagram. I am trying api call with following configurations
This is currently an issue, setting the diagram.convert.text configuration to false is not working properly, the text detected in a Diagram is still converted.
The solution at present is that you export as JIIX, so that you have the primitives of the shape, and the stroke information. This way, you can create a svg file, can re-draw the shapes using the primitives and the text strokes using the strokes coordinates that are in the JIIX.
Best regards,
Olivier
O
Olivier @MyScript
said
almost 3 years ago
Answer
Dear Daoud,
just a quick update.
After investigatinf further you can proceed setting the 3 following configurations: "convert":{"text":false, "edge":true, "node":true}
This way, it will work properly.
Best regards,
Olivier
D
Daoud
said
almost 3 years ago
Thanks for your fast response, it worked if we add node and edge properties in the object. I want to know that is there any configuration settings that if we select text type but user draw the diagram and we want to skip the recognition. Because according to the current behavior what we draw in the text type like diagram shapes, api response send us the recognized letters.
O
Olivier @MyScript
said
almost 3 years ago
Dear Daoud,
Thank you for the update, I am glad the above answer was of help.
I am not sure to understand your latest request:
if we select text type
>>Do you mean that you are NOT using the Diagram but the Text, and would like that the shapes are not recognized? In that case, it is indeed not possible, if using the Text recogniton, by default our solution considers any stroke is text, and will recognize it accordingly.
Daoud
Whenever I try to add convert text key in diagram type. The server returns 500 error in the api call. The conversion state is DIGITAL_EDIT. I want to prevent text recognition in diagram. I am trying api call with following configurations
Dear Daoud,
just a quick update.
After investigatinf further you can proceed setting the 3 following configurations: "convert":{"text":false, "edge":true, "node":true}
This way, it will work properly.
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Daoud,
thank you for contacting us.
This is currently an issue, setting the diagram.convert.text configuration to false is not working properly, the text detected in a Diagram is still converted.
The solution at present is that you export as JIIX, so that you have the primitives of the shape, and the stroke information. This way, you can create a svg file, can re-draw the shapes using the primitives and the text strokes using the strokes coordinates that are in the JIIX.
Best regards,
Olivier
Olivier @MyScript
Dear Daoud,
just a quick update.
After investigatinf further you can proceed setting the 3 following configurations: "convert":{"text":false, "edge":true, "node":true}
This way, it will work properly.
Best regards,
Olivier
Daoud
Thanks for your fast response, it worked if we add node and edge properties in the object.
I want to know that is there any configuration settings that if we select text type but user draw the diagram and we want to skip the recognition. Because according to the current behavior what we draw in the text type like diagram shapes, api response send us the recognized letters.
Olivier @MyScript
Dear Daoud,
Thank you for the update, I am glad the above answer was of help.
I am not sure to understand your latest request:
if we select text type
>>Do you mean that you are NOT using the Diagram but the Text, and would like that the shapes are not recognized? In that case, it is indeed not possible, if using the Text recogniton, by default our solution considers any stroke is text, and will recognize it accordingly.
Best regards,
Olivier