From 591b6fc44d60199e50eac74662b3f6d06c71fd18 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 17 Mar 2024 02:15:30 +0900 Subject: [PATCH] Update demo_parsing_instructions.ipynb (#86) 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 +}