Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Adding an additional block type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Aug 25, 2023
1 parent 1dc9b14 commit e5eae55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpr_data_access/parser_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class BlockType(str, Enum):
SECTION_HEADING = "sectionHeading"
PAGE_NUMBER = "pageNumber"
DOCUMENT_HEADER = "Document Header"
FOOT_NOTE = "footnote"


class TextBlock(BaseModel):
Expand Down

0 comments on commit e5eae55

Please sign in to comment.