vilmacio / gslides-maker

Generate Google Slides from Wikipedia content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data structure

vilmacio opened this issue · comments

data:{
   input: {
      search: string,
      article: string,
      lang: string
   },
   cleanContent: string,
   sentences: [
   {
      text: string
      keywords: Array<string>
      images: Array<string>
   }
]
}