Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
can I extract page number and other
can I extract page number and other
Inactive
0
Follow
M
MitchMcD
8 months ago
Β·
can I extract page number and other metadata with llamaparse?
L
M
6 comments
Share
Open in Discord
L
Logan M
8 months ago
Probably use the JSON mode, it comes with a lot of extra details
https://github.com/run-llama/llama_parse/blob/main/examples/demo_json_parsing.ipynb
M
MitchMcD
8 months ago
yup. it worked. thank you @Logan M
M
MitchMcD
8 months ago
@Logan M i've noticed there is a parsing instruction in the playground. Is there one to add in Python? does it really help?
L
Logan M
8 months ago
There is
https://github.com/run-llama/llama_parse/blob/main/examples/demo_parsing_instructions.ipynb
Some people have found it pretty helpful, I would say its a tad experimental right now
M
MitchMcD
8 months ago
so, basically, adding one more step for the model, post parsing, to make sense of the extracted text? extra cost?
L
Logan M
8 months ago
Actually it's applied during extraction, not post processing -- no extra cost
Add a reply
Sign up and join the conversation on Discord
Join on Discord