Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry Liu 6ea0d91065 cr 2024-12-09 14:08:28 -08:00
Jerry Liu 2f2efa8e9e cr 2024-12-09 14:07:39 -08:00
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -8,6 +8,8 @@
"\n",
"<a href=\"https://colab.research.google.com/github/run-llama/llama_parse/blob/main/examples/demo_auto_mode.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"\n",
"![](diagram.jpg)\n",
"\n",
"Many documents can have varying complexity across pages - some pages have text, and other pages have images. The text-only pages only require cheap parsing modes, whereas the image-based pages require more advanced modes. In this notebook we show you how to take advantage of \"auto mode\" in LlamaParse which adaptively parses different pages according to different modes, which lets you get optimal performance at the cheapest cost.\n"
]
},
@@ -985,9 +987,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "llama_parse",
"language": "python",
"name": "python3"
"name": "llama_parse"
},
"language_info": {
"codemirror_mode": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB