raznem / parsera

Lightweight library for scraping web-sites with LLMs
https://parsera.org
GNU General Public License v2.0
859 stars 55 forks source link

Added Extractor Types #3

Closed portoaj closed 2 months ago

portoaj commented 2 months ago

Here's a summary of my changes:

I think these changes make this package more useful. Especially for data types that aren't tabular such as the title of a webpage where you only want to get a single value. Feel free to change things in my PR as needed or let me know if you'd like me to work on it some more, thanks.

Addresses #2