Skip to content

Commit

Permalink
adds raw ocr blurb to tolerance note
Browse files Browse the repository at this point in the history
  • Loading branch information
aadishjain2 committed Nov 15, 2023
1 parent 774d023 commit 1c84559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions werk24/models/general_tolerances.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,17 @@ class W24ToleranceClass(BaseModel):
Attributes:
blurb: Tolerance class label for human consumption
raw_ocr_blurb: Tolerance note text as annotated on
the drawing.
property: Property that is being tolerated
table: Rows of the tolerance table that correspond
to the selected tolerance class
"""

blurb: str
raw_ocr_blurb: str
property: W24ToleranceProperty
table: List[W24ToleranceTableItem]

Expand Down

0 comments on commit 1c84559

Please sign in to comment.