Skip to content

Commit

Permalink
Update pdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: qued <[email protected]>
  • Loading branch information
badGarnet and qued authored Oct 4, 2023
1 parent f80f301 commit 838155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/partition/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
def default_hi_res_model() -> str:
# a light config for the hi res model; this is not defined as a constant so that no setting of
# the default hi res model name is done on importing of this submodule; this allows (if user
# perfers) for setting env after importing the sub module and change the default model name
# prefers) for setting env after importing the sub module and changing the default model name
return os.environ.get("UNSTRUCTURED_HI_RES_MODEL_NAME", "yolox_quantized")


Expand Down

0 comments on commit 838155f

Please sign in to comment.