Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
magdaaniol committed Nov 21, 2024
1 parent 3e49360 commit c118c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodigy_pdf/spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def pdf_spans_manual(
)
stream = Stream.from_iterable(layout_stream.get_stream())
if add_ents:
labels = resolve_labels(nlp, "ner", recipe_labels=labels)
labels = resolve_labels(nlp, "ner", recipe_labels=labels)
stream.apply(preprocess_ner_stream, nlp, labels=labels, unsegmented=True)
css = CSS
if not hide_preview:
Expand Down

0 comments on commit c118c69

Please sign in to comment.