Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recognize method to ketcher API #1643

Merged
merged 1 commit into from
May 31, 2022

Conversation

ZaimBeshich1
Copy link
Contributor

@ZaimBeshich1 ZaimBeshich1 commented May 24, 2022

To check the operation of the recognize method:
have a saved molecule in .png format
convert image to base64 (for example here)

  1. Open ketcher in remote mode
  2. Through the browser console, create a blob-object from the image code and make sure that it was created correctly (you can create a Blob URL to check)
  3. use ketcher.recognize( blob, ?imago version)

The structure should be returned as an object

@ZaimBeshich1 ZaimBeshich1 requested a review from AndreiMazol May 24, 2022 09:48
@ZaimBeshich1 ZaimBeshich1 linked an issue May 24, 2022 that may be closed by this pull request
@AndreiMazol AndreiMazol merged commit 31c286a into release/2.5 May 31, 2022
@AndreiMazol AndreiMazol deleted the #1468-add-recognize-method-to-ketcher-API branch May 31, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'recognize' function to ketcher API
2 participants