Skip to content

Commit 7142e6a

Browse files
committed
Fix tabs vs spaces in the readme
1 parent 1577c37 commit 7142e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ filename = "sample-docs/layout-parser-paper-fast.pdf"
3838

3939
with open(filename, "rb") as f:
4040
# Note that this currently only supports a single file
41-
files=shared.Files(
42-
content=f.read(),
43-
file_name=filename,
41+
files=shared.Files(
42+
content=f.read(),
43+
file_name=filename,
4444
)
4545

4646
req = shared.PartitionParameters(
4747
files=files,
4848
# Other partition params
4949
strategy='ocr_only',
50-
languages=["eng"],
50+
languages=["eng"],
5151
)
5252

5353
try:

0 commit comments

Comments
 (0)