OpenPecha / toolkit-v2

OpenPecha toolkit version 2
MIT License
0 stars 0 forks source link

Create Pecha abstraction (4 days) #1

Closed tenzin3 closed 2 weeks ago

tenzin3 commented 4 weeks ago

Description

This is about creating a Pecha abstraction in a toolkit-v2 and has the ability to write and read annotations as well their metadata. The data should be stored in the data model in STAM.

Source Link

Chojuk alignment

Expected Output

A Pecha Abstraction with feature of writing and reading Pecha in stam format.

Pecha structure example:

pecha_id
- pecha_id.opf
     - meta.json
     - base
          - 1AE3.txt
          - ...
     - layers
          - 1AE3
              - segment-da11.json
              - segment-fsd1.json
              - tsawa-11ws.json

Pecha's Metadata attrs

ta4tsering commented 4 weeks ago

done with the write, currently working writing test cases to pass the sanity test.

ta4tsering commented 3 weeks ago

continuing with the current flow and metadata class.

kaldan007 commented 3 weeks ago

Going to work on loading Meta data. Meet with @10zinten regarding how we will be using STAM library effiecently