We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manual_extraction
1 parent 379bc30 commit db34659Copy full SHA for db34659
examples/manual_extraction/manual_extraction.py
@@ -95,7 +95,7 @@ def manual_extraction_flow(flow_builder: cocoindex.FlowBuilder, data_scope: coco
95
"""
96
Define an example flow that extracts manual information from a Markdown.
97
98
- data_scope["documents"] = flow_builder.add_source(cocoindex.sources.LocalFile(path="pdf_files", binary=True))
+ data_scope["documents"] = flow_builder.add_source(cocoindex.sources.LocalFile(path="manuals", binary=True))
99
100
manual_infos = data_scope.add_collector()
101
0 commit comments