From 86a30fbb4542c64e888283f18c127d69e0e4a25f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 16 Mar 2024 22:06:32 +0900 Subject: [PATCH] Update demo_parsing_instructions.ipynb usefull -> useful --- examples/demo_parsing_instructions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo_parsing_instructions.ipynb b/examples/demo_parsing_instructions.ipynb index 609111e..75c60eb 100644 --- a/examples/demo_parsing_instructions.ipynb +++ b/examples/demo_parsing_instructions.ipynb @@ -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." ], @@ -612,4 +612,4 @@ } } ] -} \ No newline at end of file +}