Zurück zum Blog
Parsee

Parsee Launch

February 29, 2024 - 2 min read
frame-1321315523
Parsee aims to be a simple, opinionated framework for easily structuring data from the most common sources of unstructured data. These are in our opinion: pdfs, HTML files and images.

Why Parsee?

Parsee aims to be a simple, opinionated framework for easily structuring data from the most common sources of unstructured data. These are in our opinion: pdfs, HTML files and images.

Parsee is NOT aimed to be used in a „chat bot“ format. For fully structuring data we require the output to be most concise and type safe (I.e. we want to make sure the output is just a number or enum). For chat bot style usage there are already many frameworks available. That’s also why in this first release at least, we have not prioritized the integration with popular frameworks such as Langchain. We might add support for these later if requested by enough users.

If you are interested in running multiple extraction jobs in parallel in the cloud, you can sign up for Parsee Cloud: app.parsee.ai

In Parsee Cloud you can also find pre-defined extraction templates from the community or share your own.

Parsee can be both used with LLMs and other model architectures. The latter require the presence of a dataset, which you can also create in the python api and on parsee cloud. If you don’t have a dataset yet, you can always use a range of LLMs, which can already perform most extraction tasks fairly well (see the examples).

Diesen Artikel teilen
Open Source Framework Data Extraction and Structuring

Parsee Cloud kostenlos testen

Entdecken Sie die Gratis-Funktionen der Parsee Cloud für die Dokumentenverarbeitung.
Verwandte Beiträge
  • Data Extraction
    Vergleich zwischen Parsee Dokumenten Loader und Langchain Dokumenten Loader für PDFs
    Im Folgenden werden wir die Ergebnisse des Parsee Document Loader mit denen des PyPDF Langchain Document Loader für verschiedene Datensätze vergleichen. Alle hier verwendeten Datensätze sind auf Huggingface zu finden (Links unten), so dass die Ergebnisse alle reproduzierbar sind.
  • Data Extraction
    Extraction Templates vs. Prompt Templates
    Exploring the advantages of Parsee extraction templates over simple prompt templates.