Skip to content

Simple example to showcase how to use llamaparser to parse PDF files

License

Notifications You must be signed in to change notification settings

InvisCo/llamaparser-example

 
 

Repository files navigation

llamaparser-example

Simple example to showcase how to use llamaparser to parse PDF files

Videos covering these topics

Links shown in video

create virtualenv

python3 -m venv .venv && source .venv/bin/activate

Install packages

pip install -r requirements.txt

Environment variables

All env variables goes to .env ( cp example.env to .env and paste required env variables)

Add data

Add some PDF files inside data/ and include parsing instructions within data/parsing_instructions.txt I used saasbook 1.2.2 (English) for my testing.

Run the python files (following the video to run step by step is recommended)

python3 parser-qdrant-groq.py

Additional helper documents

About

Simple example to showcase how to use llamaparser to parse PDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%