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

Commit

Permalink
Merge pull request #36 from climatepolicyradar/feature/add-additional…
Browse files Browse the repository at this point in the history
…-block-types

Adding an additional block type.
  • Loading branch information
THOR300 authored Aug 29, 2023
2 parents 1dc9b14 + e5eae55 commit 60973a5
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 60973a5

Please sign in to comment.