Skip to content

Commit

Permalink
Update demo_parsing_instructions.ipynb (#86)
Browse files Browse the repository at this point in the history
usefull -> useful
  • Loading branch information
eltociear committed Mar 16, 2024
1 parent f8a3d92 commit 591b6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo_parsing_instructions.ipynb
Expand Up @@ -20,7 +20,7 @@
"# LlamaParse - Parsing comic books with parsing intructions\n",
"Parsing intructions allow you to instruct our parsing model the same way you would instruct an LLM!\n",
"\n",
"They can be usefull to help the parser get better results on complex document layouts, to extract data in a specific format, or to transform the document in other ways.\n",
"They can be useful to help the parser get better results on complex document layouts, to extract data in a specific format, or to transform the document in other ways.\n",
"\n",
"Using Parsing Instruction you will get better results out of LlamaParse on complicated documents, and also be able to simplify your application code."
],
Expand Down Expand Up @@ -612,4 +612,4 @@
}
}
]
}
}

0 comments on commit 591b6fc

Please sign in to comment.