Skip to content

Commit

Permalink
Documentation fix for 'extract_task' (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 authored Oct 14, 2024
1 parent 59a2645 commit 59294c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/nv_ingest_client/nv_ingest_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
- extract_images (bool): Enables image extraction. Default: False.
- extract_tables (bool): Enables table extraction. Default: False.
- extract_charts (bool): Enables chart extraction. Default: False.
- text_depth (str): Text extraction granularity ('document', 'page'). Default: 'document'.
Note: this will affect the granularity of text extraction, and the associated metadata. ie. 'page' will extract
text per page and you will get page-level metadata, 'document' will extract text for the entire document so
elements like page numbers will not be associated with individual text elements.
\b
- store: Stores any images extracted from documents.
Options:
Expand Down

0 comments on commit 59294c0

Please sign in to comment.