Skip to content

Commit

Permalink
update auto-mode (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Dec 9, 2024
1 parent e3292f5 commit f78186c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/parsing_modes/demo_auto_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down Expand Up @@ -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": {
Expand Down
Binary file added examples/parsing_modes/diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f78186c

Please sign in to comment.