-
-
Notifications
You must be signed in to change notification settings - Fork 9
Labels
bugSomething isn't workingSomething isn't working
Description
Thanks for making this library available! I'm currently writing a Discord bot to perform OCR on text-containing images which also provides the functionality of translating transcribed texts to English.
It appears that if the translated result contains any special characters such as ', it will get escaped. For example:
mymemory.translateText("我不知喜歡")
.then(res => console.log("mymemory result: ", res));
outputs:
mymemory result: i don't like
Is this intended or is that a bug? Thanks!
nidhaloff
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working