Skip to content

Commit

Permalink
Fixing metadata. Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 9, 2024
1 parent 37b049f commit 58605d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
</ruleDescription>
<ruleDescription>
<objectType>PDDocument</objectType>
<test>metadata_size == 1</test>
<test>containsMetadata == true</test>
</ruleDescription>
<ruleDescription>
<objectType>MainXMPPackage</objectType>
<test>Identification_size == 1</test>
<test>containsPDFAIdentification == true</test>
</ruleDescription>
<ruleDescription>
<objectType>PDFAIdentification</objectType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<appliedObjects>
<ruleDescription>
<objectType>PDDocument</objectType>
<test>metadata_size == 1</test>
<test>containsMetadata == true</test>
</ruleDescription>
<ruleDescription>
<objectType>MainXMPPackage</objectType>
<test>Identification_size == 1</test>
<test>containsPDFAIdentification == true</test>
</ruleDescription>
<ruleDescription>
<objectType>PDFAIdentification</objectType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<appliedObjects>
<ruleDescription>
<objectType>PDDocument</objectType>
<test>metadata_size == 1</test>
<test>containsMetadata == true</test>
</ruleDescription>
<ruleDescription>
<objectType>MainXMPPackage</objectType>
<test>Identification_size == 1</test>
<test>containsPDFAIdentification == true</test>
</ruleDescription>
<ruleDescription>
<objectType>PDFAIdentification</objectType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appliedObjects>
<ruleDescription>
<objectType>MainXMPPackage</objectType>
<test>UAIdentification_size == 1</test>
<test>containsPDFUAIdentification == true</test>
</ruleDescription>
<ruleDescription>
<objectType>PDFUAIdentification</objectType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appliedObjects>
<ruleDescription>
<objectType>MainXMPPackage</objectType>
<test>UAIdentification_size == 1</test>
<test>containsPDFUAIdentification == true</test>
</ruleDescription>
<ruleDescription>
<objectType>PDFUAIdentification</objectType>
Expand Down

0 comments on commit 58605d2

Please sign in to comment.