Class: Page
The markdown rendition of a single page of a Document, converted by LLM from a an image file produced by splitting a PDF file into individual pages.
URI: fdic-crypto:Page
classDiagram
class Page
click Page href "../Page"
Page : filename
Page : image
Page : image_source
Page : page_no
Page : page_type
Page --> "0..1" PageType : page_type
click PageType href "../PageType"
Page : sequence
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
filename | 0..1 String |
The name of the file containing the page | direct |
image_source | 0..1 String |
The file path to the image file from which the page was extracted | direct |
page_no | 0..1 Integer |
The page number of the page in the document | direct |
page_type | 0..1 PageType |
Whether the page is the first page of the document, a continuation page, or a... | direct |
sequence | 0..1 Integer |
The order of the page in the document | direct |
image | 0..1 PageImage |
The image file for the page | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Pages | pages | range | Page |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:Page |
native | fdic-crypto:Page |
LinkML Source
Direct
name: Page
description: The markdown rendition of a single page of a Document, converted by LLM
from a an image file produced by splitting a PDF file into individual pages.
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
filename:
name: filename
description: The name of the file containing the page
from_schema: https://finreg-foundry.github.io/fdic-crypto
domain_of:
- Document
- Page
- RecordsFile
range: string
image_source:
name: image_source
description: The file path to the image file from which the page was extracted
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Page
range: string
page_no:
name: page_no
description: The page number of the page in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Page
range: integer
page_type:
name: page_type
description: Whether the page is the first page of the document, a continuation
page, or a blank page.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Page
range: PageType
sequence:
name: sequence
description: The order of the page in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Page
range: integer
image:
name: image
description: The image file for the page.
from_schema: https://finreg-foundry.github.io/fdic-crypto
domain_of:
- Document
- Page
range: PageImage
Induced
name: Page
description: The markdown rendition of a single page of a Document, converted by LLM
from a an image file produced by splitting a PDF file into individual pages.
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
filename:
name: filename
description: The name of the file containing the page
from_schema: https://finreg-foundry.github.io/fdic-crypto
alias: filename
owner: Page
domain_of:
- Document
- Page
- RecordsFile
range: string
image_source:
name: image_source
description: The file path to the image file from which the page was extracted
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: image_source
owner: Page
domain_of:
- Page
range: string
page_no:
name: page_no
description: The page number of the page in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: page_no
owner: Page
domain_of:
- Page
range: integer
page_type:
name: page_type
description: Whether the page is the first page of the document, a continuation
page, or a blank page.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: page_type
owner: Page
domain_of:
- Page
range: PageType
sequence:
name: sequence
description: The order of the page in the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: sequence
owner: Page
domain_of:
- Page
range: integer
image:
name: image
description: The image file for the page.
from_schema: https://finreg-foundry.github.io/fdic-crypto
alias: image
owner: Page
domain_of:
- Document
- Page
range: PageImage