Skip to content

Commit

Permalink
v0.9.82 - pdf labels
Browse files Browse the repository at this point in the history
  • Loading branch information
michgur committed Jul 17, 2023
1 parent d485ff1 commit bf83008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.81"
__version__ = "0.9.82"
__package__ = "oneai"

import logging
Expand Down
1 change: 1 addition & 0 deletions src/oneai/skills.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ class OutputAttrs:
html_text: "Output[str]" = None
html_labels: Labels = None
pdf_text: "Output[str]" = None
pdf_labels: Labels = None
transcription: "Output[List[Utterance]]" = None
anonymized: "Output" = None
words: Labels = None
Expand Down

0 comments on commit bf83008

Please sign in to comment.