Extract Table of web

Hello everyone, how can I extract the table from the image using selenium node?

this is link:https://g1.globo.com/bemestar/coronavirus/noticia/2020/03/26/brasil-tem-78-mortes-e-2918-casos-confirmados-de-novo-coronavirus-diz-ministerio-da-saude.ghtml

Hi @Ranalytics,

You can use the Free OCR API to extract the table.
Just set the “isTable” parameter to true and “OCREngine” parameter to 2.

:blush:

PS Extract image url then send the request using the Get Request node and parse the JSON.

Example:
https://api.ocr.space/parse/imageurl?apikey=YOURKEY&url=https://s2.glbimg.com/W93__QJ2uhwZW-4205tmNP4ji6M=/0x0:1200x3522/1000x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_59edd422c0c84a879bd37670ae4f538a/internal_photos/bs/2020/0/B/BWC2fIQuOIJKxRjHgA3g/mapa-brasil-casos-coronavirus2603.png&isTable=true&OCREngine=2

4 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.