Skip to content

Isomeric-ai/isomeric-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomeric-js

Automatically translate unstructured text to machine readable JSON

This package is for integrating with the Isomeric API

Example Usage

const isomeric = new Isomeric(ISOMERIC_KEY, PLASMO_PUBLIC_ISOMERIC_HOST)

isomeric
    .setText(req.body.html)
    .setSchema(req.body.data)
    .parse()
    .then(response => {
      console.log(response)
    })

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published