Skip to content

Commit f66aa47

Browse files
authored
Merge pull request #56 from manu-schaaf/dev-abbyy
Updated Descriptions of ABBYY FineReader Types
2 parents 5385180 + 8dcc31a commit f66aa47

10 files changed

Lines changed: 178 additions & 134 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.texttechnologylab.annotation</groupId>
88
<artifactId>typesystem</artifactId>
9-
<version>3.0.8</version>
9+
<version>3.0.9</version>
1010

1111
<licenses>
1212
<license>

src/main/java/org/texttechnologylab/annotation/ocr/abbyy/Block.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Mon May 05 11:13:03 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 11:41:41 CEST 2025 */
55

66
package org.texttechnologylab.annotation.ocr.abbyy;
77

@@ -18,9 +18,9 @@
1818

1919

2020

21-
/**
22-
* Updated by JCasGen Mon May 05 11:13:03 CEST 2025
23-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
/** A recognized block.
22+
* Updated by JCasGen Wed May 07 11:41:41 CEST 2025
23+
* XML source: /nvme/projects/TTLab/UIMATypeSystem/target/jcasgen/typesystem.xml
2424
* @generated */
2525
public class Block extends StructuralElement {
2626

src/main/java/org/texttechnologylab/annotation/ocr/abbyy/Document.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Mon May 05 11:13:03 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 11:41:41 CEST 2025 */
55

66
package org.texttechnologylab.annotation.ocr.abbyy;
77

@@ -18,9 +18,9 @@
1818

1919

2020

21-
/**
22-
* Updated by JCasGen Mon May 05 11:13:03 CEST 2025
23-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
/** Document metadata.
22+
* Updated by JCasGen Wed May 07 11:41:41 CEST 2025
23+
* XML source: /nvme/projects/TTLab/UIMATypeSystem/target/jcasgen/typesystem.xml
2424
* @generated */
2525
public class Document extends de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document {
2626

@@ -125,15 +125,15 @@ private void readObject() {/*default - does nothing empty block */}
125125
//*--------------*
126126
//* Feature: documentName
127127

128-
/** getter for documentName - gets
128+
/** getter for documentName - gets The name of this document in the XML files.
129129
* @generated
130130
* @return value of the feature
131131
*/
132132
public String getDocumentName() {
133133
return _getStringValueNc(wrapGetIntCatchException(_FH_documentName));
134134
}
135135

136-
/** setter for documentName - sets
136+
/** setter for documentName - sets The name of this document in the XML files.
137137
* @generated
138138
* @param v value to set into the feature
139139
*/
@@ -146,15 +146,15 @@ public void setDocumentName(String v) {
146146
//*--------------*
147147
//* Feature: version
148148

149-
/** getter for version - gets
149+
/** getter for version - gets The version of the source XML files.
150150
* @generated
151151
* @return value of the feature
152152
*/
153153
public String getVersion() {
154154
return _getStringValueNc(wrapGetIntCatchException(_FH_version));
155155
}
156156

157-
/** setter for version - sets
157+
/** setter for version - sets The version of the source XML files.
158158
* @generated
159159
* @param v value to set into the feature
160160
*/
@@ -167,15 +167,15 @@ public void setVersion(String v) {
167167
//*--------------*
168168
//* Feature: producer
169169

170-
/** getter for producer - gets
170+
/** getter for producer - gets The producer of the source XML files.
171171
* @generated
172172
* @return value of the feature
173173
*/
174174
public String getProducer() {
175175
return _getStringValueNc(wrapGetIntCatchException(_FH_producer));
176176
}
177177

178-
/** setter for producer - sets
178+
/** setter for producer - sets The producer of the source XML files.
179179
* @generated
180180
* @param v value to set into the feature
181181
*/
@@ -188,15 +188,15 @@ public void setProducer(String v) {
188188
//*--------------*
189189
//* Feature: pagesCount
190190

191-
/** getter for pagesCount - gets
191+
/** getter for pagesCount - gets The number of pages in this document (optional).
192192
* @generated
193193
* @return value of the feature
194194
*/
195195
public int getPagesCount() {
196196
return _getIntValueNc(wrapGetIntCatchException(_FH_pagesCount));
197197
}
198198

199-
/** setter for pagesCount - sets
199+
/** setter for pagesCount - sets The number of pages in this document (optional).
200200
* @generated
201201
* @param v value to set into the feature
202202
*/
@@ -209,15 +209,15 @@ public void setPagesCount(int v) {
209209
//*--------------*
210210
//* Feature: mainLanguage
211211

212-
/** getter for mainLanguage - gets
212+
/** getter for mainLanguage - gets The main language of this document.
213213
* @generated
214214
* @return value of the feature
215215
*/
216216
public String getMainLanguage() {
217217
return _getStringValueNc(wrapGetIntCatchException(_FH_mainLanguage));
218218
}
219219

220-
/** setter for mainLanguage - sets
220+
/** setter for mainLanguage - sets The main language of this document.
221221
* @generated
222222
* @param v value to set into the feature
223223
*/
@@ -230,15 +230,15 @@ public void setMainLanguage(String v) {
230230
//*--------------*
231231
//* Feature: languages
232232

233-
/** getter for languages - gets
233+
/** getter for languages - gets All languages used in this document (optional).
234234
* @generated
235235
* @return value of the feature
236236
*/
237237
public String getLanguages() {
238238
return _getStringValueNc(wrapGetIntCatchException(_FH_languages));
239239
}
240240

241-
/** setter for languages - sets
241+
/** setter for languages - sets All languages used in this document (optional).
242242
* @generated
243243
* @param v value to set into the feature
244244
*/

src/main/java/org/texttechnologylab/annotation/ocr/abbyy/Format.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Mon May 05 11:13:03 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 11:41:41 CEST 2025 */
55

66
package org.texttechnologylab.annotation.ocr.abbyy;
77

@@ -19,9 +19,9 @@
1919
import org.apache.uima.jcas.tcas.Annotation;
2020

2121

22-
/**
23-
* Updated by JCasGen Mon May 05 11:13:03 CEST 2025
24-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
22+
/** Attributes of a line with uniform formatting.
23+
* Updated by JCasGen Wed May 07 11:41:41 CEST 2025
24+
* XML source: /nvme/projects/TTLab/UIMATypeSystem/target/jcasgen/typesystem.xml
2525
* @generated */
2626
public class Format extends Annotation {
2727

@@ -138,15 +138,15 @@ private void readObject() {/*default - does nothing empty block */}
138138
//*--------------*
139139
//* Feature: lang
140140

141-
/** getter for lang - gets
141+
/** getter for lang - gets Name of the language.
142142
* @generated
143143
* @return value of the feature
144144
*/
145145
public String getLang() {
146146
return _getStringValueNc(wrapGetIntCatchException(_FH_lang));
147147
}
148148

149-
/** setter for lang - sets
149+
/** setter for lang - sets Name of the language.
150150
* @generated
151151
* @param v value to set into the feature
152152
*/
@@ -159,15 +159,15 @@ public void setLang(String v) {
159159
//*--------------*
160160
//* Feature: ff
161161

162-
/** getter for ff - gets
162+
/** getter for ff - gets The name of the font.
163163
* @generated
164164
* @return value of the feature
165165
*/
166166
public String getFf() {
167167
return _getStringValueNc(wrapGetIntCatchException(_FH_ff));
168168
}
169169

170-
/** setter for ff - sets
170+
/** setter for ff - sets The name of the font.
171171
* @generated
172172
* @param v value to set into the feature
173173
*/
@@ -180,15 +180,15 @@ public void setFf(String v) {
180180
//*--------------*
181181
//* Feature: fs
182182

183-
/** getter for fs - gets
183+
/** getter for fs - gets The size of the font.
184184
* @generated
185185
* @return value of the feature
186186
*/
187187
public float getFs() {
188188
return _getFloatValueNc(wrapGetIntCatchException(_FH_fs));
189189
}
190190

191-
/** setter for fs - sets
191+
/** setter for fs - sets The size of the font.
192192
* @generated
193193
* @param v value to set into the feature
194194
*/

src/main/java/org/texttechnologylab/annotation/ocr/abbyy/Line.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
/* Apache UIMA v3 - First created by JCasGen Mon May 05 11:13:03 CEST 2025 */
4+
/* Apache UIMA v3 - First created by JCasGen Wed May 07 11:41:41 CEST 2025 */
55

66
package org.texttechnologylab.annotation.ocr.abbyy;
77

@@ -18,9 +18,9 @@
1818

1919

2020

21-
/**
22-
* Updated by JCasGen Mon May 05 11:13:03 CEST 2025
23-
* XML source: /home/staff_homes/aabusale/LocalUIMATypeSystem/target/jcasgen/typesystem.xml
21+
/** Line of a paragraph.
22+
* Updated by JCasGen Wed May 07 11:41:41 CEST 2025
23+
* XML source: /nvme/projects/TTLab/UIMATypeSystem/target/jcasgen/typesystem.xml
2424
* @generated */
2525
public class Line extends StructuralElement {
2626

@@ -113,15 +113,15 @@ private void readObject() {/*default - does nothing empty block */}
113113
//*--------------*
114114
//* Feature: baseline
115115

116-
/** getter for baseline - gets
116+
/** getter for baseline - gets The distance from the baseline to the top edge of the page, in pixels.
117117
* @generated
118118
* @return value of the feature
119119
*/
120120
public int getBaseline() {
121121
return _getIntValueNc(wrapGetIntCatchException(_FH_baseline));
122122
}
123123

124-
/** setter for baseline - sets
124+
/** setter for baseline - sets The distance from the baseline to the top edge of the page, in pixels.
125125
* @generated
126126
* @param v value to set into the feature
127127
*/
@@ -134,15 +134,15 @@ public void setBaseline(int v) {
134134
//*--------------*
135135
//* Feature: format
136136

137-
/** getter for format - gets
137+
/** getter for format - gets If present, this line denotes a group of characters with uniform formatting.
138138
* @generated
139139
* @return value of the feature
140140
*/
141141
public Format getFormat() {
142142
return (Format)(_getFeatureValueNc(wrapGetIntCatchException(_FH_format)));
143143
}
144144

145-
/** setter for format - sets
145+
/** setter for format - sets If present, this line denotes a group of characters with uniform formatting.
146146
* @generated
147147
* @param v value to set into the feature
148148
*/

0 commit comments

Comments
 (0)