Skip to content

Commit de64a56

Browse files
Update README.md
1 parent 7429a64 commit de64a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ parser = VisionParser(
134134
temperature=0.7,
135135
top_p=0.4,
136136
image_mode="url",
137-
detailed_extraction=True, # Set to True for more detailed extraction
137+
detailed_extraction=False, # Set to True for more detailed extraction
138138
enable_concurrency=True,
139139
)
140140

141141
# Initialize parser with Azure OpenAI model
142142
parser = VisionParser(
143143
model_name="gpt-4o",
144144
image_mode="url",
145-
detailed_extraction=True, # Set to True for more detailed extraction
145+
detailed_extraction=False, # Set to True for more detailed extraction
146146
enable_concurrency=True,
147147
openai_config={
148148
"AZURE_ENDPOINT_URL": "https://****.openai.azure.com/", # replace with your azure endpoint url
@@ -160,7 +160,7 @@ parser = VisionParser(
160160
temperature=0.7,
161161
top_p=0.4,
162162
image_mode="url",
163-
detailed_extraction=True, # Set to True for more detailed extraction
163+
detailed_extraction=False, # Set to True for more detailed extraction
164164
enable_concurrency=True,
165165
)
166166

@@ -171,7 +171,7 @@ parser = VisionParser(
171171
temperature=0.7,
172172
top_p=0.4,
173173
image_mode="url",
174-
detailed_extraction=True, # Set to True for more detailed extraction
174+
detailed_extraction=False, # Set to True for more detailed extraction
175175
enable_concurrency=True,
176176
)
177177
```

0 commit comments

Comments
 (0)