Skip to content

Commit

Permalink
Page texts as feature (#191)
Browse files Browse the repository at this point in the history
* page text

* proto gen

---------

Co-authored-by: “anton-cornak” <“anton.cornak@visma.com”>
  • Loading branch information
anton-cornak and “anton-cornak” committed Mar 1, 2024
1 parent d6f93b5 commit 51ab3c3
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 226 deletions.
196 changes: 100 additions & 96 deletions gen/csharp/Ssn/Annotator/V1/Annotator.cs

Large diffs are not rendered by default.

Binary file modified gen/descriptor.bin
Binary file not shown.
11 changes: 8 additions & 3 deletions gen/go/ssn/annotator/v1/annotator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

214 changes: 107 additions & 107 deletions gen/java/ai/visma/ssn/annotator/v1/AnnotatorProto.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions gen/java/ai/visma/ssn/annotator/v1/Feature.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/js/ssn/annotator/v1/annotator_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export namespace Feature {
RECEIVER_NAME = 42,
RECEIVER_VAT_NUMBER = 43,
PURCHASE_LINES = 44,
PAGE_TEXTS = 45,
}
}

Expand Down
3 changes: 2 additions & 1 deletion gen/js/ssn/annotator/v1/annotator_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ proto.ssn.annotator.v1.Feature.Type = {
RECEIVER_COUNTRY_CODE: 41,
RECEIVER_NAME: 42,
RECEIVER_VAT_NUMBER: 43,
PURCHASE_LINES: 44
PURCHASE_LINES: 44,
PAGE_TEXTS: 45
};

/**
Expand Down
Loading

0 comments on commit 51ab3c3

Please sign in to comment.