From 2655479c56af293bc868ca248b73a8302c7ed524 Mon Sep 17 00:00:00 2001 From: aoezyetimoglu Date: Mon, 15 Nov 2021 10:27:22 +0100 Subject: [PATCH] RED-2757 Syngenta urgent issue: IUCLID report does not show "non-readable content" for rectangle redactions PORT --- .../server/service/IuclidFunctionService.java | 9 +- .../RedactionReportIntegrationTest.java | 4 +- .../resources/files/legalBasisMappingNew.json | 47 + .../test/resources/files/redaction-log.json | 10208 ++++++++++++++++ 4 files changed, 10264 insertions(+), 4 deletions(-) create mode 100644 redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingNew.json create mode 100644 redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/IuclidFunctionService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/IuclidFunctionService.java index fe85573..397069f 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/IuclidFunctionService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/IuclidFunctionService.java @@ -6,6 +6,7 @@ import java.util.Iterator; import java.util.List; import java.util.Map; +import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Service; import com.iqser.red.service.redaction.report.v1.server.model.ReportRedactionEntry; @@ -32,8 +33,12 @@ public class IuclidFunctionService { Iterator iterator = entriesPerJustification.get(key).iterator(); while (iterator.hasNext()) { ReportRedactionEntry entry = iterator.next(); - s.append("P").append(entry.getPage()); - s.append(" ").append(entry.getValue() != null ? entry.getValue() : "non-readable content"); + s.append("P").append(entry.getPage()).append(" "); + if(StringUtils.isBlank(entry.getValue()) || entry.getValue().equalsIgnoreCase("Rectangle")) { + s.append("non-readable content"); + } else { + s.append(entry.getValue()); + } if (iterator.hasNext()) { s.append(", "); } diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java index 387fe40..82f3a00 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java @@ -409,11 +409,11 @@ public class RedactionReportIntegrationTest { public void testIuclidReport() { String dossierTemplateId = "dossierTemplateId"; - ClassPathResource redactionLogResource = new ClassPathResource("files/S11RedactionLog.json"); + ClassPathResource redactionLogResource = new ClassPathResource("files/redaction-log.json"); RedactionLog redactionLog = objectMapper.readValue(redactionLogResource.getInputStream(), RedactionLog.class); - ClassPathResource legalBasisMappingResource = new ClassPathResource("files/S1116LegalBasis.json"); + ClassPathResource legalBasisMappingResource = new ClassPathResource("files/legalBasisMappingNew.json"); List legalBasisMapping = objectMapper.readValue(legalBasisMappingResource.getInputStream(), new TypeReference<>() { }); diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingNew.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingNew.json new file mode 100644 index 0000000..ab3f8c0 --- /dev/null +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingNew.json @@ -0,0 +1,47 @@ +[ + { + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + }, + { + "name": "2. manufacturing or production process", + "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "3. links between a producer and applicant", + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "4. commercial information", + "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "5. quantitative composition", + "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "6. specification of impurity", + "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + }, + { + "name": "7. results of production batches", + "description": "results of production batches of the active substance including impurities", + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + }, + { + "name": "8. composition of a plant protection product", + "description": "information on the complete composition of a plant protection product", + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + } +] \ No newline at end of file diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json new file mode 100644 index 0000000..5603529 --- /dev/null +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json @@ -0,0 +1,10208 @@ +{ + "analysisVersion": 1, + "redactionLogEntry": [ + { + "id": "c13017735de6e1161e13909f70fa1ee6", + "type": "hint_only", + "value": "performing laboratory", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 0.98039216, + 0.59607846, + 0.96862745 + ], + "positions": [ + { + "topLeft": { + "x": 78.91, + "y": 445.1 + }, + "width": 83.66907, + "height": 13.990339, + "page": 1 + }, + { + "topLeft": { + "x": 164.73, + "y": 445.39 + }, + "width": 86.25726, + "height": 13.990339, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 273, + "endOffset": 294, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b494a6dc102feeffbc40f3727e0327c2", + "type": "false_positive", + "value": "Syngenta", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 258.62, + "y": 445.25 + }, + "width": 44.186188, + "height": 14.122741, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 296, + "endOffset": 304, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "4a9fd01c7dfa81ac30d550415fb1e695", + "type": "hint_only", + "value": "author", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 0.98039216, + 0.59607846, + 0.96862745 + ], + "positions": [ + { + "topLeft": { + "x": 78.91, + "y": 541.56 + }, + "width": 53.1241, + "height": 13.990339, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 177, + "endOffset": 183, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "8039e0525281d767d49264572b92a837", + "type": "CBI_address", + "value": "Jealott’s Hill International Research Centre Bracknell, Berkshire, RG42 6EY, UK", + "reason": "Performing laboratory found for non vertebrate study", + "matchedRule": 33, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 308.44, + "y": 445.39 + }, + "width": 40.452515, + "height": 14.33458, + "page": 1 + }, + { + "topLeft": { + "x": 351.36, + "y": 445.49 + }, + "width": 19.147705, + "height": 14.2418995, + "page": 1 + }, + { + "topLeft": { + "x": 373.24, + "y": 445.65 + }, + "width": 61.194855, + "height": 14.089641, + "page": 1 + }, + { + "topLeft": { + "x": 436.89, + "y": 445.66 + }, + "width": 44.498474, + "height": 14.36106, + "page": 1 + }, + { + "topLeft": { + "x": 484.12, + "y": 445.67 + }, + "width": 32.10858, + "height": 13.990339, + "page": 1 + }, + { + "topLeft": { + "x": 258.33, + "y": 431.66 + }, + "width": 102.072876, + "height": 13.9771, + "page": 1 + }, + { + "topLeft": { + "x": 362.88, + "y": 431.57 + }, + "width": 29.213776, + "height": 14.26176, + "page": 1 + }, + { + "topLeft": { + "x": 394.84, + "y": 431.93 + }, + "width": 24.60794, + "height": 13.930759, + "page": 1 + }, + { + "topLeft": { + "x": 422.49, + "y": 431.86 + }, + "width": 17.999268, + "height": 14.16908, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "PERFORMING LABORATORY: Syngenta, ", + "textAfter": " www.syngenta.com Summary", + "comments": null, + "startOffset": 306, + "endOffset": 385, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d18aa494c24423a586f532367c9e6fab", + "type": "PII", + "value": "www.syngenta.com", + "reason": "PII (Personal Identification Information) found", + "matchedRule": 19, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": true, + "section": "", + "color": [ + 0.5764706, + 0.59607846, + 0.627451 + ], + "positions": [ + { + "topLeft": { + "x": 258.04, + "y": 417.86 + }, + "width": 95.4458, + "height": 14.0102005, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "RG42 6EY, UK ", + "textAfter": " Summary of", + "comments": null, + "startOffset": 386, + "endOffset": 402, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "281d056461a48b0021f3d2db8b4c317e", + "type": "CBI_author", + "value": "N Robinson", + "reason": "Author found", + "matchedRule": 1, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": true, + "section": "", + "color": [ + 0.5764706, + 0.59607846, + 0.627451 + ], + "positions": [ + { + "topLeft": { + "x": 258.04, + "y": 542.08 + }, + "width": 9.351868, + "height": 13.65934, + "page": 1 + }, + { + "topLeft": { + "x": 270.14, + "y": 542.11 + }, + "width": 46.49582, + "height": 13.81822, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "in Water AUTHOR: ", + "textAfter": " EFFECTIVE DATE:", + "comments": null, + "startOffset": 185, + "endOffset": 195, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "7f27eea0e5d2c2c196bdcb9825b492ee", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 1 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "f89e36c58b484574146d04dcdf385096", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 98.81 + }, + "width": 23.185974, + "height": 13.176081, + "page": 2 + } + ], + "sectionNumber": 21, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "21faa84380ae3cb790ee831b233909cb", + "type": "false_positive", + "value": "Lewis Manager", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 343.58, + "y": 420.6 + }, + "width": 29.227203, + "height": 14.089641, + "page": 2 + }, + { + "topLeft": { + "x": 326.01, + "y": 402.89 + }, + "width": 43.05307, + "height": 14.0433, + "page": 2 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 529, + "endOffset": 542, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "e5399b7874a1fcc79cafcf18aafc802e", + "type": "PII", + "value": "F J Lewis", + "reason": "PII (Personal Identification Information) found", + "matchedRule": 19, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": true, + "section": "", + "color": [ + 0.5764706, + 0.59607846, + 0.627451 + ], + "positions": [ + { + "topLeft": { + "x": 326.01, + "y": 420.44 + }, + "width": 7.0481567, + "height": 14.06316, + "page": 2 + }, + { + "topLeft": { + "x": 335.52, + "y": 420.62 + }, + "width": 5.3197937, + "height": 13.88442, + "page": 2 + }, + { + "topLeft": { + "x": 343.58, + "y": 420.6 + }, + "width": 29.227203, + "height": 14.089641, + "page": 2 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Authorised by : ", + "textAfter": " Manager Date", + "comments": null, + "startOffset": 525, + "endOffset": 534, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6e2613c6c0fc74dc2943bd04805f23c6", + "type": "false_positive", + "value": "Date", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 424.79, + "y": 402.17 + }, + "width": 24.3367, + "height": 13.9109, + "page": 2 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 543, + "endOffset": 547, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "2d31f9904a03e59f6875b545c6306964", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 2 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "a95c77c620a488abd30e54ca21e5169d", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 512.63, + "y": 45.830017 + }, + "width": 23.185974, + "height": 13.176081, + "page": 3 + } + ], + "sectionNumber": 22, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "e11c0eb27246b6978300f79c2b51d5fd", + "type": "hint_only", + "value": "references", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 0.98039216, + 0.59607846, + 0.96862745 + ], + "positions": [ + { + "topLeft": { + "x": 150.05, + "y": 159.72998 + }, + "width": 68.9754, + "height": 15.18194, + "page": 3 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4040, + "endOffset": 4050, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "f3949b4989748e20e598a6f7fb5fde4e", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 494.49, + "y": 738.8 + }, + "width": 28.658264, + "height": 14.48022, + "page": 3 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 584, + "endOffset": 588, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "898c8d9d3a9fcab37327f4d2c9663bce", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 3 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "4046bffeed3be38d8af88caf8fa76b6b", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Contents (continued)", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 494.2, + "y": 724.91 + }, + "width": 28.653442, + "height": 14.26176, + "page": 4 + } + ], + "sectionNumber": 2, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 21, + "endOffset": 25, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "3c3473c8ca2dc40ceadd2174cc55cf0c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 512.92, + "y": 45.539978 + }, + "width": 23.472229, + "height": 13.176081, + "page": 4 + } + ], + "sectionNumber": 23, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "33c5a3e12240583839e22ca499360341", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 4 + } + ], + "sectionNumber": 1, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "da0e290705f893ed490816b83fe4b0bf", + "type": "CBI_address", + "value": "Number", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": "Introduction and Summary\nScope", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 176.83, + "y": 443.63 + }, + "width": 41.890137, + "height": 13.81822, + "page": 5 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "IUPAC Name CAS ", + "textAfter": " Emamectin B", + "comments": null, + "startOffset": 374, + "endOffset": 380, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b09e07e6e175af11e0d2d601d88f4e12", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 513.21, + "y": 46.119995 + }, + "width": 23.472229, + "height": 13.176081, + "page": 5 + } + ], + "sectionNumber": 24, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "59f407b90bf06b7462dbe9ce1bbcc387", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 5 + } + ], + "sectionNumber": 2, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "6fd8b045ef53469f1e12418c6bff515d", + "type": "CBI_address", + "value": "Number", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": "Introduction and Summary\nScope", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 177.12, + "y": 602.87 + }, + "width": 42.169296, + "height": 13.5468, + "page": 6 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "L- arabino-hexopyranoside CAS ", + "textAfter": " : 138511-98-5", + "comments": null, + "startOffset": 1048, + "endOffset": 1054, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "3ba484384918aa6da7bb3b868f31b7aa", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 512.92, + "y": 45.830017 + }, + "width": 23.185974, + "height": 13.176081, + "page": 6 + } + ], + "sectionNumber": 25, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "67e11858482c67df9c07e62a96de6557", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 6 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "559f8847fe6a2e0b80d397b475d875f2", + "type": "CBI_address", + "value": "Number", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": "Introduction and Summary\nScope", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 176.83, + "y": 699.33 + }, + "width": 41.878113, + "height": 13.5468, + "page": 7 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "1 a CAS ", + "textAfter": " : Not", + "comments": null, + "startOffset": 1172, + "endOffset": 1178, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "deadd96d953bb67606a6e0e925f91a85", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 513.21, + "y": 46.330017 + }, + "width": 23.182007, + "height": 12.957621, + "page": 7 + } + ], + "sectionNumber": 26, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "76beabafca68a589d3783c070f6c6111", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 7 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "9e66887e1d72a1226f1f03ab9da25338", + "type": "CBI_address", + "value": "Number", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": "Introduction and Summary\nScope", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 176.83, + "y": 671.12 + }, + "width": 41.890137, + "height": 13.81822, + "page": 8 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "1 a CAS ", + "textAfter": " : Not", + "comments": null, + "startOffset": 1310, + "endOffset": 1316, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "09b42bed3c72df4aae3153542da0ba88", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 512.92, + "y": 45.539978 + }, + "width": 23.472229, + "height": 13.176081, + "page": 8 + } + ], + "sectionNumber": 27, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "0b901ebee9ff1cf42c6585716aa6d479", + "type": "false_positive", + "value": "All", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Materials", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 149.47, + "y": 183.73999 + }, + "width": 15.979111, + "height": 14.2418995, + "page": 8 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 321, + "endOffset": 324, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b5951f631964aff63f7ec1a6a3763a76", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 8 + } + ], + "sectionNumber": 3, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "172963b46faf7cf90644ea7ba6256de1", + "type": "false_positive", + "value": "London", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Materials", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 262.36, + "y": 341.12 + }, + "width": 37.579132, + "height": 14.089641, + "page": 9 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1889, + "endOffset": 1895, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "5b684c31799ea44a8af8195bf14222cd", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 512.35, + "y": 46.039978 + }, + "width": 23.469849, + "height": 12.957621, + "page": 9 + } + ], + "sectionNumber": 28, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b31f6ff3b028007ed9f829f75dfdf30b", + "type": "false_positive", + "value": "Syngenta", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Materials", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 301.53, + "y": 382.69 + }, + "width": 45.045135, + "height": 13.90428, + "page": 9 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1681, + "endOffset": 1689, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "af2fd3044f1d8a40361c18ef8f68d0f4", + "type": "false_positive", + "value": "S G Luxon, The", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Materials", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 482.39, + "y": 354.97 + }, + "width": 6.472748, + "height": 13.990339, + "page": 9 + }, + { + "topLeft": { + "x": 491.9, + "y": 354.68 + }, + "width": 9.061737, + "height": 14.26176, + "page": 9 + }, + { + "topLeft": { + "x": 503.42, + "y": 355.08 + }, + "width": 34.399994, + "height": 14.0565405, + "page": 9 + }, + { + "topLeft": { + "x": 149.76, + "y": 341.12 + }, + "width": 19.432999, + "height": 14.089641, + "page": 9 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1856, + "endOffset": 1870, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "91b9f07c9b4e98b81cbb62dc74dc8da2", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 9 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "e1060cdbe35df5db7e2b2b1d2c8cc2bf", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.03, + "y": 46.119995 + }, + "width": 23.47226, + "height": 13.176081, + "page": 10 + } + ], + "sectionNumber": 29, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "346506917fe1719d378e12f4f54ad0fd", + "type": "false_positive", + "value": "Syngenta", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "2.6", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 156.09, + "y": 661.24 + }, + "width": 37.557922, + "height": 12.40816, + "page": 10 + } + ], + "sectionNumber": 5, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 88, + "endOffset": 96, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "153edbd11206fdc09bd4feb7d892e512", + "type": "false_positive", + "value": "Syngenta", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "2.6", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 270.14, + "y": 562.09 + }, + "width": 44.75656, + "height": 13.90428, + "page": 10 + } + ], + "sectionNumber": 5, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 462, + "endOffset": 470, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c89a768b6c536ecbbbf646f14893fb5a", + "type": "false_positive", + "value": "Syngenta", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "2.6", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 420.47, + "y": 604.14 + }, + "width": 45.045135, + "height": 13.90428, + "page": 10 + } + ], + "sectionNumber": 5, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 277, + "endOffset": 285, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "ca8d88067b74f957584aac20561cd1b6", + "type": "false_positive", + "value": "Short", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "2.6", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 177.12, + "y": 644.91 + }, + "width": 22.30339, + "height": 12.719299, + "page": 10 + } + ], + "sectionNumber": 5, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 135, + "endOffset": 140, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "e9855b85a63c833a01cdbb369d792d32", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 10 + } + ], + "sectionNumber": 4, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "96ed54a64df8faec63eea277514ff6df", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 45.539978 + }, + "width": 23.185974, + "height": 13.176081, + "page": 11 + } + ], + "sectionNumber": 30, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "0c58d48a57432d24ce9668a1bfebb46b", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 11 + } + ], + "sectionNumber": 6, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "972d4727421c2992adf766ab3ea0df6c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.6, + "y": 46.400024 + }, + "width": 23.47226, + "height": 13.176081, + "page": 12 + } + ], + "sectionNumber": 31, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "83a61fdfd996a38e27e8416d6474591e", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 12 + } + ], + "sectionNumber": 6, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "b1b765a4ce39393d9cfbfa0781affbb4", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.87, + "y": 46.46997 + }, + "width": 23.168945, + "height": 13.38792, + "page": 13 + } + ], + "sectionNumber": 32, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c65800de68c3dc21786fa857d3b93aae", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 13 + } + ], + "sectionNumber": 7, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "11501bd39c6b238049d409ec5e5fdf60", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 46.119995 + }, + "width": 23.472229, + "height": 13.176081, + "page": 14 + } + ], + "sectionNumber": 33, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "46ff29157c892bca702c03ef40b22b00", + "type": "false_positive", + "value": "Excel) and", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "5.2", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 479.23, + "y": 296.66003 + }, + "width": 31.236206, + "height": 14.19556, + "page": 14 + }, + { + "topLeft": { + "x": 513.21, + "y": 296.49 + }, + "width": 17.996643, + "height": 14.36106, + "page": 14 + } + ], + "sectionNumber": 9, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1382, + "endOffset": 1392, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "def1dada18c73d54cfb586c21bf800d5", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 14 + } + ], + "sectionNumber": 9, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bb0da2d89e83e6b62bb1360481ec2647", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.03, + "y": 46.97998 + }, + "width": 23.186005, + "height": 13.176081, + "page": 15 + } + ], + "sectionNumber": 34, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "f20440288bd28577239e377aa50db26d", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 15 + } + ], + "sectionNumber": 9, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "4b1d641af988c87ceb9b0daed2bd52ff", + "type": "false_positive", + "value": "All", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Reagent and Solvent Interference", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 427.39, + "y": 586.88 + }, + "width": 15.972656, + "height": 13.96386, + "page": 16 + } + ], + "sectionNumber": 15, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 189, + "endOffset": 192, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "e3b0fbef53679fc5cdca9b07b02a0d11", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 46.330017 + }, + "width": 22.894318, + "height": 12.957621, + "page": 16 + } + ], + "sectionNumber": 35, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "52cd69ba74b365ee271f3c69df49b725", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 16 + } + ], + "sectionNumber": 12, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "8f07c701102457eb5effa013da7de0b6", + "type": "false_positive", + "value": "Excel 2000.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "8.3", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 496.51, + "y": 385.18 + }, + "width": 27.790283, + "height": 14.36106, + "page": 17 + }, + { + "topLeft": { + "x": 150.62, + "y": 370.2 + }, + "width": 26.921692, + "height": 13.75864, + "page": 17 + } + ], + "sectionNumber": 16, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1319, + "endOffset": 1330, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "2d13721e05bfb5b5443a8efd3ba505a1", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.6, + "y": 45.830017 + }, + "width": 23.186005, + "height": 13.176081, + "page": 17 + } + ], + "sectionNumber": 36, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "ddeb91d0668a30ae21a363f76fdf5290", + "type": "false_positive", + "value": "Excel 2000.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "8.3", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 404.63, + "y": 343.42 + }, + "width": 27.498352, + "height": 14.089641, + "page": 17 + }, + { + "topLeft": { + "x": 434.59, + "y": 343.43 + }, + "width": 26.92569, + "height": 14.31472, + "page": 17 + } + ], + "sectionNumber": 16, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1541, + "endOffset": 1552, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d70364f7f0d645b12e7d032188bc3765", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 17 + } + ], + "sectionNumber": 16, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "3dce9d3fc9ea84385ebb3d1205879c09", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 44.390015 + }, + "width": 23.183868, + "height": 13.176081, + "page": 18 + } + ], + "sectionNumber": 37, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "df24e360f55d86de47374dd7e261737c", + "type": "hint_only", + "value": "references", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.98039216, + 0.59607846, + 0.96862745 + ], + "positions": [ + { + "topLeft": { + "x": 151.49, + "y": 602.92 + }, + "width": 75.008026, + "height": 15.98958, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 10, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6fc4506a80676f5e1ff01a299d2306ce", + "type": "false_positive", + "value": "March", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 273.6, + "y": 392.05 + }, + "width": 24.038177, + "height": 11.93152, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 628, + "endOffset": 633, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6e33fff8a39a710fb72594f19937549e", + "type": "published_information", + "value": "ISBN", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.52156866, + 0.92156863, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 243.07, + "y": 551.36 + }, + "width": 27.487457, + "height": 14.26176, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 174, + "endOffset": 178, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "25f0b14fc613b4efa5617ace5da99d8e", + "type": "published_information", + "value": "Anal Chem.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.52156866, + 0.92156863, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 164.45, + "y": 427.17 + }, + "width": 23.75496, + "height": 14.13598, + "page": 18 + }, + { + "topLeft": { + "x": 190.94, + "y": 427.34 + }, + "width": 31.502777, + "height": 13.9771, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 572, + "endOffset": 582, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6bc0f5dd1e8eae8ababea6587146ba6c", + "type": "CBI_author", + "value": "Thomas", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 272.44, + "y": 565.44 + }, + "width": 39.00876, + "height": 13.81822, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Society of Chemistry. ", + "textAfter": " Graham House,", + "comments": null, + "startOffset": 112, + "endOffset": 118, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "1e8b292d8974a740db21ea5edfb8b9f7", + "type": "false_positive", + "value": "Date", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 150.33, + "y": 391.77 + }, + "width": 17.423965, + "height": 12.216181, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 618, + "endOffset": 622, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "67cc9d4a3ec90191dda55c91364b37b7", + "type": "false_positive", + "value": "Graham House,", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 314.2, + "y": 565.47 + }, + "width": 38.713654, + "height": 14.06316, + "page": 18 + }, + { + "topLeft": { + "x": 355.1, + "y": 565.52 + }, + "width": 34.106842, + "height": 13.82484, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 119, + "endOffset": 132, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d9f28da075d2a4bec309144603f95b16", + "type": "CBI_author", + "value": "Tummon O J", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 164.73, + "y": 523.69 + }, + "width": 44.769073, + "height": 14.18894, + "page": 18 + }, + { + "topLeft": { + "x": 211.68, + "y": 523.72 + }, + "width": 16.553665, + "height": 14.26176, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 197, + "endOffset": 207, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": false + }, + { + "id": "0f3da4b647667204c2140f798f8e9c11", + "type": "CBI_address", + "value": "Number", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 180.29, + "y": 381.4 + }, + "width": 30.382553, + "height": 12.20294, + "page": 18 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "March 2006 SYPOS ", + "textAfter": " : Appendix", + "comments": null, + "startOffset": 645, + "endOffset": 651, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "a6da5c5284731f0a1e5e9ba523c06866", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 18 + } + ], + "sectionNumber": 18, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bb4186d27f9ba6f91d35e25fd554f259", + "type": "false_positive", + "value": "Heath, Cheadle", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 254.88, + "y": 502.55 + }, + "width": 31.819397, + "height": 14.20218, + "page": 19 + }, + { + "topLeft": { + "x": 289.72, + "y": 502.69 + }, + "width": 39.577667, + "height": 14.06316, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1441, + "endOffset": 1455, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "2fc75b04a3ccb8e0b73e54e6fdc4c711", + "type": "false_positive", + "value": "Foster City,", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 237.88, + "y": 162.87 + }, + "width": 30.65805, + "height": 14.18894, + "page": 19 + }, + { + "topLeft": { + "x": 271.0, + "y": 163.21997 + }, + "width": 23.460419, + "height": 13.75864, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2415, + "endOffset": 2427, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "60e2fa07216cff49de079faec196e5be", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 335.8, + "y": 611.79 + }, + "width": 30.362854, + "height": 13.5468, + "page": 19 + }, + { + "topLeft": { + "x": 368.92, + "y": 611.82 + }, + "width": 46.222687, + "height": 13.79836, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1012, + "endOffset": 1027, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "90a315b41919407fae966e45a722266f", + "type": "false_positive", + "value": "House", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 402.91, + "y": 461.34 + }, + "width": 30.89795, + "height": 14.0565405, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1568, + "endOffset": 1573, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b0a14a163410f32d417446a9e30a18ca", + "type": "false_positive", + "value": "Bishop Meadow", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 440.63, + "y": 611.62 + }, + "width": 34.108856, + "height": 13.983721, + "page": 19 + }, + { + "topLeft": { + "x": 477.21, + "y": 611.81 + }, + "width": 42.763336, + "height": 14.089641, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1032, + "endOffset": 1045, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "f421e04e3d5f0b0677630fb0d10f444b", + "type": "false_positive", + "value": "Markham Centre,", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 180.29, + "y": 406.73 + }, + "width": 47.085068, + "height": 14.13598, + "page": 19 + }, + { + "topLeft": { + "x": 229.82, + "y": 406.87 + }, + "width": 34.706055, + "height": 13.9175205, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1714, + "endOffset": 1729, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "639067e5f3308cb672f1fa9c836a13a6", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 402.91, + "y": 652.98 + }, + "width": 30.664734, + "height": 14.089641, + "page": 19 + }, + { + "topLeft": { + "x": 436.31, + "y": 653.3 + }, + "width": 45.909424, + "height": 14.06316, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 877, + "endOffset": 892, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "76504bb12283fbd5564c34ef5a5ab8d9", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 361.15, + "y": 300.24 + }, + "width": 30.959656, + "height": 14.36106, + "page": 19 + }, + { + "topLeft": { + "x": 394.55, + "y": 300.40002 + }, + "width": 45.093872, + "height": 14.20218, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2011, + "endOffset": 2026, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "974073f0986aac5e055ce10c47674d3c", + "type": "false_positive", + "value": "Hampton, NH", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.33, + "y": 286.40002 + }, + "width": 47.948242, + "height": 13.62624, + "page": 19 + }, + { + "topLeft": { + "x": 128.73, + "y": 286.65002 + }, + "width": 17.703735, + "height": 13.65934, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2042, + "endOffset": 2053, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "3d6bfbb17c486fe4c67de78bda6c59f2", + "type": "false_positive", + "value": "Lane", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.62, + "y": 245.41998 + }, + "width": 24.033218, + "height": 14.28824, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2149, + "endOffset": 2153, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "31581f1c8a64e46f0564936e303a87a2", + "type": "false_positive", + "value": "Bishop Meadow", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 653.45 + }, + "width": 34.114258, + "height": 14.19556, + "page": 19 + }, + { + "topLeft": { + "x": 78.91, + "y": 638.02 + }, + "width": 42.481735, + "height": 14.36106, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 897, + "endOffset": 910, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c86d17447bcadfed0a4ad0cd4575751d", + "type": "false_positive", + "value": "Bishop Meadow", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 466.55, + "y": 694.63 + }, + "width": 34.11435, + "height": 14.19556, + "page": 19 + }, + { + "topLeft": { + "x": 78.91, + "y": 679.76 + }, + "width": 42.47271, + "height": 14.089641, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 768, + "endOffset": 781, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "8297ea52f5e4a15d075b68fbe1d90f61", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 361.44, + "y": 694.17 + }, + "width": 30.959656, + "height": 14.36106, + "page": 19 + }, + { + "topLeft": { + "x": 394.84, + "y": 694.2 + }, + "width": 46.227875, + "height": 14.606, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 748, + "endOffset": 763, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "9bcf64262b083f31f304a50734268688", + "type": "false_positive", + "value": "Warrington, Cheshire", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 272.44, + "y": 556.29 + }, + "width": 58.595276, + "height": 13.75864, + "page": 19 + }, + { + "topLeft": { + "x": 334.08, + "y": 556.25 + }, + "width": 42.74173, + "height": 14.06316, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1213, + "endOffset": 1233, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "eb263c77f756096c5035bad23b064c42", + "type": "false_positive", + "value": "Cheshire SK8", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 489.02, + "y": 503.27 + }, + "width": 43.031586, + "height": 14.06316, + "page": 19 + }, + { + "topLeft": { + "x": 78.91, + "y": 488.29 + }, + "width": 21.45182, + "height": 13.990339, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1488, + "endOffset": 1500, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6a530d8033de1e7e62f273da7467158a", + "type": "CBI_address", + "value": "Berkshire", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 419.61, + "y": 407.06 + }, + "width": 47.0813, + "height": 14.089641, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Road, Theale, Reading, ", + "textAfter": " RG7 4PE,", + "comments": null, + "startOffset": 1761, + "endOffset": 1770, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "143c4a297a724738eb36009261f3a126", + "type": "false_positive", + "value": "Lane", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 484.12, + "y": 300.42004 + }, + "width": 24.033234, + "height": 14.28824, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2036, + "endOffset": 2040, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "6800634cf3dfe59a11b305d091f92023", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 402.62, + "y": 259.63 + }, + "width": 30.672546, + "height": 14.36106, + "page": 19 + }, + { + "topLeft": { + "x": 436.03, + "y": 259.8 + }, + "width": 45.093872, + "height": 14.20218, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2132, + "endOffset": 2147, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "7b70c374ca9f5a75b2feb050b9817c11", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 45.830017 + }, + "width": 23.472229, + "height": 13.176081, + "page": 19 + } + ], + "sectionNumber": 38, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "717f7bca953887a36d844626ec980866", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 465.4, + "y": 218.59998 + }, + "width": 24.040802, + "height": 14.0433, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2257, + "endOffset": 2261, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "133baf669367d2d299986e42fed98cdc", + "type": "false_positive", + "value": "Cheshire WA3", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 334.08, + "y": 556.25 + }, + "width": 42.74173, + "height": 14.06316, + "page": 19 + }, + { + "topLeft": { + "x": 379.29, + "y": 556.54 + }, + "width": 25.772705, + "height": 13.990339, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 1225, + "endOffset": 1237, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "97b0ec98938976131d1224e3f3f0ff94", + "type": "false_positive", + "value": "Hampton, NH", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 108.0, + "y": 245.43 + }, + "width": 47.96106, + "height": 14.28162, + "page": 19 + }, + { + "topLeft": { + "x": 158.11, + "y": 245.47998 + }, + "width": 18.28482, + "height": 14.228661, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2155, + "endOffset": 2166, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "908f9329645a9f162f5ae87020625373", + "type": "recommendation_CBI_author", + "value": "Mill", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 491.61, + "y": 218.58002 + }, + "width": 21.163452, + "height": 14.2418995, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Technologies, 395 Page ", + "textAfter": " Road, Palo", + "comments": null, + "startOffset": 2262, + "endOffset": 2266, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "ce05d56b2dd1346ca4f91272b07964d6", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 19 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "b1eee1102bc5f630b237dd52c3945b6e", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 491.03, + "y": 741.83 + }, + "width": 24.040802, + "height": 14.0433, + "page": 20 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2613, + "endOffset": 2617, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "368d10bb573a6fce87649285c619d7e3", + "type": "CBI_author", + "value": "Ford, PA", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 331.48, + "y": 644.46 + }, + "width": 25.75943, + "height": 13.9771, + "page": 20 + }, + { + "topLeft": { + "x": 360.0, + "y": 644.47 + }, + "width": 15.970734, + "height": 13.59976, + "page": 20 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2853, + "endOffset": 2861, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": false + }, + { + "id": "ccf461ff17b15de9f92a98f91df7e09b", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 46.690002 + }, + "width": 23.472229, + "height": 13.176081, + "page": 20 + } + ], + "sectionNumber": 39, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "315a1b468857dfdc3a52c996e453bc6f", + "type": "recommendation_CBI_author", + "value": "Court", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 259.77, + "y": 644.15 + }, + "width": 27.477814, + "height": 13.9175205, + "page": 20 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "MACMOD Inc.,103 Commons ", + "textAfter": ", Chadds Ford,", + "comments": null, + "startOffset": 2839, + "endOffset": 2844, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "be6e0876afdd852edd8adf7591842418", + "type": "recommendation_CBI_author", + "value": "Mill", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 517.24, + "y": 741.81 + }, + "width": 21.163452, + "height": 14.2418995, + "page": 20 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Technologies, 395 Page ", + "textAfter": " Road, Palo", + "comments": null, + "startOffset": 2618, + "endOffset": 2622, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "1a4cab00d89980c99f8c8690db511b3a", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 20 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "12375b8e201adf403a47b0886290ecc2", + "type": "CBI_address", + "value": "Bracknell, Berkshire RG42 6EY, UK", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 467.99, + "y": 492.47 + }, + "width": 49.384827, + "height": 14.20218, + "page": 21 + }, + { + "topLeft": { + "x": 78.62, + "y": 477.62 + }, + "width": 47.081314, + "height": 14.089641, + "page": 21 + }, + { + "topLeft": { + "x": 127.87, + "y": 477.64 + }, + "width": 28.94117, + "height": 13.990339, + "page": 21 + }, + { + "topLeft": { + "x": 159.84, + "y": 477.95 + }, + "width": 24.90004, + "height": 13.705681, + "page": 21 + }, + { + "topLeft": { + "x": 187.49, + "y": 477.64 + }, + "width": 17.45404, + "height": 14.16908, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "International Research Centre, ", + "textAfter": ". US Suppliers", + "comments": null, + "startOffset": 3814, + "endOffset": 3847, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "56f636898ef4acb54088ce4fc2f77489", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 250.84, + "y": 629.94 + }, + "width": 30.660675, + "height": 13.81822, + "page": 21 + }, + { + "topLeft": { + "x": 283.96, + "y": 629.98 + }, + "width": 46.21454, + "height": 14.33458, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3261, + "endOffset": 3276, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "06caf4542856d9bd14d4f28228030a2a", + "type": "false_positive", + "value": "312-689-8410).", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 387.07, + "y": 386.08 + }, + "width": 74.45511, + "height": 13.7785, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4097, + "endOffset": 4111, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "cc674500224200976db0a05fa72bcfd1", + "type": "false_positive", + "value": "Lane", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 373.53, + "y": 427.36 + }, + "width": 24.285675, + "height": 14.0565405, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3920, + "endOffset": 3924, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "5bcceee16b9f13cd84e4ec881d16b5b7", + "type": "false_positive", + "value": "Bishop Meadow", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 355.68, + "y": 630.34 + }, + "width": 34.39572, + "height": 13.983721, + "page": 21 + }, + { + "topLeft": { + "x": 392.54, + "y": 630.52 + }, + "width": 42.472656, + "height": 14.089641, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3281, + "endOffset": 3294, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c0cb6ff242fa595816f97e116ce25f03", + "type": "false_positive", + "value": "Milford, MA, USA.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.62, + "y": 343.54 + }, + "width": 40.439766, + "height": 13.9771, + "page": 21 + }, + { + "topLeft": { + "x": 121.82, + "y": 343.52 + }, + "width": 22.31829, + "height": 13.9175205, + "page": 21 + }, + { + "topLeft": { + "x": 146.88, + "y": 343.45 + }, + "width": 26.912216, + "height": 14.26176, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4206, + "endOffset": 4223, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "0b64caefb71ba8005ef0bfd7b392d543", + "type": "CBI_address", + "value": "Jealott’s Hill", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 208.22, + "y": 491.74 + }, + "width": 5.3197937, + "height": 13.88442, + "page": 21 + }, + { + "topLeft": { + "x": 213.12, + "y": 491.73 + }, + "width": 35.273315, + "height": 14.089641, + "page": 21 + }, + { + "topLeft": { + "x": 251.13, + "y": 491.85 + }, + "width": 18.851196, + "height": 13.96386, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Syngenta Crop Protection, ", + "textAfter": " Research International", + "comments": null, + "startOffset": 3759, + "endOffset": 3773, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "bbe2036e334b66444ea2fc2cdb6d93c2", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 250.84, + "y": 426.93 + }, + "width": 30.664734, + "height": 14.089641, + "page": 21 + }, + { + "topLeft": { + "x": 283.96, + "y": 427.34 + }, + "width": 45.34485, + "height": 13.9771, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3895, + "endOffset": 3910, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "a794866bc018d3cff27d3f3c7f09f15b", + "type": "false_positive", + "value": "Syngenta Crop Protection, Inc., P.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.91, + "y": 301.84998 + }, + "width": 44.784042, + "height": 14.122741, + "page": 21 + }, + { + "topLeft": { + "x": 126.14, + "y": 301.82996 + }, + "width": 24.3172, + "height": 14.13598, + "page": 21 + }, + { + "topLeft": { + "x": 152.93, + "y": 302.07 + }, + "width": 52.24579, + "height": 13.9771, + "page": 21 + }, + { + "topLeft": { + "x": 208.22, + "y": 302.15002 + }, + "width": 21.44777, + "height": 14.28824, + "page": 21 + }, + { + "topLeft": { + "x": 232.41, + "y": 302.25 + }, + "width": 9.351044, + "height": 14.18894, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4308, + "endOffset": 4342, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d8e40601dba9c3d4c9ce56c43dd5bd0c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.03, + "y": 46.97998 + }, + "width": 23.47226, + "height": 13.176081, + "page": 21 + } + ], + "sectionNumber": 40, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "7a2248a0f927bf0f4f4df6085659953b", + "type": "false_positive", + "value": "Hill Research", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 251.13, + "y": 491.85 + }, + "width": 18.851196, + "height": 13.96386, + "page": 21 + }, + { + "topLeft": { + "x": 272.73, + "y": 492.01 + }, + "width": 44.20453, + "height": 14.089641, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3769, + "endOffset": 3782, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "71223de6e5dfe755000680776775f3c1", + "type": "false_positive", + "value": "Fisher Scientic", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 359.42, + "y": 588.77 + }, + "width": 30.959656, + "height": 14.36106, + "page": 21 + }, + { + "topLeft": { + "x": 392.83, + "y": 589.08 + }, + "width": 45.909424, + "height": 14.06316, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3404, + "endOffset": 3419, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c3b13b94e6cfcabbf631e0d2437d0e72", + "type": "CBI_address", + "value": "International Research Centre", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 319.39, + "y": 492.02 + }, + "width": 61.210022, + "height": 14.36106, + "page": 21 + }, + { + "topLeft": { + "x": 383.03, + "y": 492.3 + }, + "width": 44.490753, + "height": 14.089641, + "page": 21 + }, + { + "topLeft": { + "x": 429.98, + "y": 492.46 + }, + "width": 32.072784, + "height": 14.1426, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Jealott’s Hill Research ", + "textAfter": ", Bracknell, Berkshire", + "comments": null, + "startOffset": 3783, + "endOffset": 3812, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "427b1ab1a07a3ce5353124a0c98dbab3", + "type": "false_positive", + "value": "Bishop Meadow", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 464.54, + "y": 589.38 + }, + "width": 34.12628, + "height": 13.7785, + "page": 21 + }, + { + "topLeft": { + "x": 501.4, + "y": 589.34 + }, + "width": 42.472687, + "height": 14.089641, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3424, + "endOffset": 3437, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "a4ee3bee806134a5a89539210018198e", + "type": "CBI_address", + "value": "P. 0. Box 18300, Greensboro,", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 232.41, + "y": 302.25 + }, + "width": 47.650085, + "height": 14.18894, + "page": 21 + }, + { + "topLeft": { + "x": 283.39, + "y": 302.41003 + }, + "width": 32.113556, + "height": 14.16246, + "page": 21 + }, + { + "topLeft": { + "x": 318.24, + "y": 302.7 + }, + "width": 58.60324, + "height": 14.20218, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Crop Protection, Inc., ", + "textAfter": " NC 27419-8300.", + "comments": null, + "startOffset": 4340, + "endOffset": 4368, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "5e6f2def717476e75363a6c02de89c83", + "type": "false_positive", + "value": "All", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.62, + "y": 718.19 + }, + "width": 15.979095, + "height": 14.2418995, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3011, + "endOffset": 3014, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "22c5cd5dd27672fb8ac74d7743de749a", + "type": "false_positive", + "value": "Waters Corporation,", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 444.09, + "y": 358.42 + }, + "width": 34.40866, + "height": 13.88442, + "page": 21 + }, + { + "topLeft": { + "x": 481.24, + "y": 358.51 + }, + "width": 60.880737, + "height": 13.983721, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4186, + "endOffset": 4205, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "057c12a6e53534f068867edc8b27d758", + "type": "false_positive", + "value": "Syngenta Crop Protection", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 78.91, + "y": 491.25 + }, + "width": 45.045197, + "height": 13.90428, + "page": 21 + }, + { + "topLeft": { + "x": 126.43, + "y": 491.46 + }, + "width": 24.04383, + "height": 13.712299, + "page": 21 + }, + { + "topLeft": { + "x": 152.93, + "y": 491.55 + }, + "width": 49.576813, + "height": 13.9771, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3733, + "endOffset": 3757, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "511dfd82544e8a9b19e6b0c07ac9a44d", + "type": "false_positive", + "value": "High Street, Lane End, High Wycombe, Bucks HP14 3JH, UK.", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 129.02, + "y": 532.74 + }, + "width": 24.6203, + "height": 13.97048, + "page": 21 + }, + { + "topLeft": { + "x": 156.38, + "y": 532.77 + }, + "width": 30.957962, + "height": 14.1426, + "page": 21 + }, + { + "topLeft": { + "x": 190.08, + "y": 532.91 + }, + "width": 24.325119, + "height": 14.18894, + "page": 21 + }, + { + "topLeft": { + "x": 216.86, + "y": 533.02 + }, + "width": 22.303558, + "height": 13.9771, + "page": 21 + }, + { + "topLeft": { + "x": 241.92, + "y": 533.32 + }, + "width": 79.33998, + "height": 13.97048, + "page": 21 + }, + { + "topLeft": { + "x": 324.0, + "y": 533.48 + }, + "width": 30.090881, + "height": 14.089641, + "page": 21 + }, + { + "topLeft": { + "x": 356.54, + "y": 533.61 + }, + "width": 27.794708, + "height": 13.9109, + "page": 21 + }, + { + "topLeft": { + "x": 387.07, + "y": 533.78 + }, + "width": 11.083771, + "height": 13.738779, + "page": 21 + }, + { + "topLeft": { + "x": 397.72, + "y": 533.84 + }, + "width": 11.651489, + "height": 13.82484, + "page": 21 + }, + { + "topLeft": { + "x": 412.12, + "y": 533.79 + }, + "width": 20.295868, + "height": 13.88442, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3590, + "endOffset": 3646, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c55e8adcb9aecb9f5be6fd62173f6763", + "type": "CBI_address", + "value": "Greensboro, NC 27419", + "reason": "Published Information found", + "matchedRule": 18, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 318.24, + "y": 302.7 + }, + "width": 58.60324, + "height": 14.20218, + "page": 21 + }, + { + "topLeft": { + "x": 379.29, + "y": 302.83997 + }, + "width": 17.41809, + "height": 13.990339, + "page": 21 + }, + { + "topLeft": { + "x": 402.33, + "y": 302.82996 + }, + "width": 30.472046, + "height": 14.31472, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "0. Box 18300, ", + "textAfter": "-8300. Appendix 3", + "comments": null, + "startOffset": 4357, + "endOffset": 4377, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "bd4686b5fa85ca5af2bb18d64fa9dd1e", + "type": "false_positive", + "value": "Baxter Healthcare", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 180.86, + "y": 385.18 + }, + "width": 86.82997, + "height": 13.9109, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4056, + "endOffset": 4073, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "17ac4860c8c39a168f43d6b32674a7e5", + "type": "false_positive", + "value": "Hampton, NH", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 403.48, + "y": 427.57 + }, + "width": 47.66577, + "height": 13.8447, + "page": 21 + }, + { + "topLeft": { + "x": 453.59, + "y": 427.48 + }, + "width": 17.99585, + "height": 14.228661, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3926, + "endOffset": 3937, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "66de3cfe53b5372356ab2a0fa3c7deb0", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 21 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bb764b86ef0438fbdb66089df6ccc210", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 45.609985 + }, + "width": 23.168976, + "height": 13.38792, + "page": 22 + } + ], + "sectionNumber": 41, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "1450e0e9e212bf6d4470510f80d801dc", + "type": "false_positive", + "value": "Lock, River", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "References", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 182.59, + "y": 659.0 + }, + "width": 18.851913, + "height": 11.0974, + "page": 22 + }, + { + "topLeft": { + "x": 203.04, + "y": 658.98 + }, + "width": 18.287308, + "height": 11.3953, + "page": 22 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 4527, + "endOffset": 4538, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "554b16982122191c2cebfdb44b3e691b", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 22 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bc4e634349012d0d91d49bbd06fdefe2", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 46.46997 + }, + "width": 23.45514, + "height": 13.38792, + "page": 23 + } + ], + "sectionNumber": 42, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "a8794414c117ae23c9e355a5225b037b", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 23 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "1967f5a55ba7e7b2d7912cee15a5806e", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.59, + "y": 44.960022 + }, + "width": 23.47226, + "height": 13.176081, + "page": 24 + } + ], + "sectionNumber": 43, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "9afc25944303707ab729ba9849f3217a", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 24 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "b5d813919605b29b92e0ff2609ca2bb9", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.87, + "y": 44.390015 + }, + "width": 23.185974, + "height": 13.176081, + "page": 25 + } + ], + "sectionNumber": 44, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "984f2dcef79155d038316656c244a00d", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 25 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "dddd47d819cd85bbbf185fb9ee908c89", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 46.76001 + }, + "width": 23.45514, + "height": 13.38792, + "page": 26 + } + ], + "sectionNumber": 45, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "e8867d02cc02cf02a3291a910088f8e4", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 26 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "9d05024b056b7966d3ed5bec9360d049", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 47.27002 + }, + "width": 23.185974, + "height": 13.176081, + "page": 27 + } + ], + "sectionNumber": 46, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 6, + "endOffset": 10, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "092b99d8572b814bd6562c24066ebd32", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 27 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "2b1195d27279a163cd7fd977a312e5d1", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 44.390015 + }, + "width": 23.183868, + "height": 13.176081, + "page": 28 + } + ], + "sectionNumber": 47, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "54d2208d81bebc5dd80a92edd0fdf856", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 28 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "5dfc5e1643a0083f7693e11d7914d3c5", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 45.830017 + }, + "width": 23.183868, + "height": 13.176081, + "page": 29 + } + ], + "sectionNumber": 48, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "2d643a5d580d7b6b1d6114d223eceb85", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 29 + } + ], + "sectionNumber": 19, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "75ff4cb32c80ee6f95a5468395a475b9", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.87, + "y": 45.830017 + }, + "width": 23.185974, + "height": 13.176081, + "page": 30 + } + ], + "sectionNumber": 49, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 21, + "endOffset": 25, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "519c50611eda23dc497399d35d45e928", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 30 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "a758a7b1f631c9971909b8fd2d7454c9", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 47.049988 + }, + "width": 23.45514, + "height": 13.38792, + "page": 31 + } + ], + "sectionNumber": 50, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "8f03c3edf4ec261a215bb4b929418c50", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 31 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "f5e8ea144d8b5dcd245512085ef27f84", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 46.039978 + }, + "width": 23.182007, + "height": 12.957621, + "page": 32 + } + ], + "sectionNumber": 51, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "dda87a5b7cb06340820af550b165fea1", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 32 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "c67af210b438f48316599808ddf1b85b", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 46.039978 + }, + "width": 23.182037, + "height": 12.957621, + "page": 33 + } + ], + "sectionNumber": 52, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "5276f72e47f3b87f5f5da509312ba5c9", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 33 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "b886643f3e16072fb7df0aa2b2be616c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 46.400024 + }, + "width": 23.472229, + "height": 13.176081, + "page": 34 + } + ], + "sectionNumber": 53, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "3470ec6497737b8aa376c5c361b0d475", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 34 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "25566a8856fe247f2f8f6b2d30bc3c35", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 45.320007 + }, + "width": 23.168976, + "height": 13.38792, + "page": 35 + } + ], + "sectionNumber": 54, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b662e6cb06ea794ecd97e4625dd87be9", + "type": "recommendation_CBI_address", + "value": "Unknown", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 141.12, + "y": 390.0 + }, + "width": 24.614761, + "height": 9.49536, + "page": 35 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Sample 2 Type: ", + "textAfter": " 0.000000 ug/mL", + "comments": null, + "startOffset": 1566, + "endOffset": 1573, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "2d4dc03a021f4720e1e632ce4bb69c91", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 35 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "4b36692cb1538c715d25f030f8919756", + "type": "recommendation_CBI_address", + "value": "Unknown", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 139.39, + "y": 373.29 + }, + "width": 23.733719, + "height": 9.22394, + "page": 36 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "Sample RC\" 11 ", + "textAfter": " Conc: Time:", + "comments": null, + "startOffset": 1948, + "endOffset": 1955, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "95b1d9c5f3071ef092fb0336c63c59f3", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 47.909973 + }, + "width": 23.168945, + "height": 13.38792, + "page": 36 + } + ], + "sectionNumber": 55, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 33, + "endOffset": 37, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "913eec93a99842ff49c607751c516fc7", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 36 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "553546e994b0c73f0c6aa796634f9bf6", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 44.890015 + }, + "width": 23.469849, + "height": 12.957621, + "page": 37 + } + ], + "sectionNumber": 56, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "dfdb972d25edf0b290a621632652e771", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 37 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "d0d3aaf95e67603f597281ac616e3157", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.6, + "y": 46.400024 + }, + "width": 23.186005, + "height": 13.176081, + "page": 38 + } + ], + "sectionNumber": 57, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 20, + "endOffset": 24, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d57e7cef8864d8196478c6a4cbe69560", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 38 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "84ef086a9b95d08ea551824e52af76d7", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 44.390015 + }, + "width": 23.472229, + "height": 13.176081, + "page": 39 + } + ], + "sectionNumber": 58, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d56ab641912282286df3105e2c011f67", + "type": "false_positive", + "value": "N/A", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 151.77, + "y": 395.75 + }, + "width": 11.081039, + "height": 10.044821, + "page": 39 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 2776, + "endOffset": 2779, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "c044c2cbf218373da7a2039b1e56cb6a", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 39 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "9d3dd3ed1575124267d74ed7ad48eae5", + "type": "false_positive", + "value": "N/A", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 151.77, + "y": 353.42 + }, + "width": 10.5048065, + "height": 10.044821, + "page": 40 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3089, + "endOffset": 3092, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "061e5be02157664ffd25fdb2b0a1f50d", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.03, + "y": 44.390015 + }, + "width": 23.47226, + "height": 13.176081, + "page": 40 + } + ], + "sectionNumber": 59, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "28105c5d18b9012f2463ac8dd8d22567", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 40 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "51c01413a8041143b440c592f2722d52", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 46.46997 + }, + "width": 23.168945, + "height": 13.38792, + "page": 41 + } + ], + "sectionNumber": 60, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b61c7c0f297717e78821cf644857dd64", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 41 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "f1441c96b30063b7765c295b9471e91a", + "type": "false_positive", + "value": "N/A", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 148.89, + "y": 368.11 + }, + "width": 10.5048065, + "height": 10.044821, + "page": 42 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 3716, + "endOffset": 3719, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "513455ef071324a2dcd17806c8a3cc92", + "type": "recommendation_CBI_address", + "value": "Unknown", + "reason": "Address found for non vertebrate study", + "matchedRule": 3, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 0.76862746, + 0.59607846, + 0.98039216 + ], + "positions": [ + { + "topLeft": { + "x": 139.39, + "y": 374.45 + }, + "width": 23.46318, + "height": 9.49536, + "page": 42 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": "RC\" ’”' Index: ", + "textAfter": " N/A Conc:", + "comments": null, + "startOffset": 3708, + "endOffset": 3715, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": true, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "ce9d00392e1c573c21759ae89ddacc82", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.6, + "y": 45.539978 + }, + "width": 23.186005, + "height": 13.176081, + "page": 42 + } + ], + "sectionNumber": 61, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 12, + "endOffset": 16, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "b05b8d6c99dfba162ffdc92afc72e8e2", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 42 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "a255d59e855b35239dd5835533aa8e44", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 45.830017 + }, + "width": 23.47226, + "height": 13.176081, + "page": 43 + } + ], + "sectionNumber": 62, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 14, + "endOffset": 18, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "97f503653edc4a99ad2de246dc4a684d", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 43 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "58dd972c186d3ffd0f11633dcded230c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.45, + "y": 45.25 + }, + "width": 23.472229, + "height": 13.176081, + "page": 44 + } + ], + "sectionNumber": 63, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "de5bb750cf68ca3902c6335f11a8e0c1", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 44 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "1aa90ee45de60bf023668f0088e6e8d1", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 45.25 + }, + "width": 23.472229, + "height": 13.176081, + "page": 45 + } + ], + "sectionNumber": 64, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 27, + "endOffset": 31, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "0f210859861f384b1bd93fa56e7c283c", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 45 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "4184a7b0ddea5c8008911d67cab9cf98", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.6, + "y": 46.76001 + }, + "width": 23.168976, + "height": 13.38792, + "page": 46 + } + ], + "sectionNumber": 65, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 17, + "endOffset": 21, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "647406818fcbc5c72a239f5121eb6737", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 46 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bb344b9dec7c3dc24c3ec7dc8121d64b", + "type": "false_positive", + "value": "Nam Peak", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 105.41, + "y": 414.45 + }, + "width": 12.233696, + "height": 9.972, + "page": 47 + }, + { + "topLeft": { + "x": 85.82, + "y": 408.14 + }, + "width": 13.097, + "height": 10.044821, + "page": 47 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 5321, + "endOffset": 5329, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "bb7905540f2df624a8d18d66de713c49", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.89, + "y": 47.049988 + }, + "width": 23.45514, + "height": 13.38792, + "page": 47 + } + ], + "sectionNumber": 66, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "829725d858c9e8666c2669c1d8b2f3d1", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 47 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "8d049ff09be5be7a4f1963335d0d24ec", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 45.830017 + }, + "width": 23.472229, + "height": 13.176081, + "page": 48 + } + ], + "sectionNumber": 67, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "61081e2de38797dd54d28ddf5d00093c", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 48 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "bb4efd2dd2128595a443a816c6f5aa02", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.16, + "y": 46.119995 + }, + "width": 23.760712, + "height": 13.176081, + "page": 49 + } + ], + "sectionNumber": 68, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 17, + "endOffset": 21, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "5882950a6d2c894e15fed43085af2803", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 49 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "3177efb56f00e38c19b388e116f2c1c1", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.74, + "y": 45.25 + }, + "width": 23.472229, + "height": 13.176081, + "page": 50 + } + ], + "sectionNumber": 69, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 22, + "endOffset": 26, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "cdade310d8a69b94cf287532b8984176", + "type": "false_positive", + "value": "N/A", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": ".", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 150.62, + "y": 374.45 + }, + "width": 11.084244, + "height": 10.31624, + "page": 50 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 6323, + "endOffset": 6326, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d46c9dbae7e2c57155222f484ef19b1d", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 50 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "e64552cd549a2fd246fea452f693e3cf", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.45, + "y": 45.830017 + }, + "width": 23.472229, + "height": 13.176081, + "page": 51 + } + ], + "sectionNumber": 70, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "ee6f69bf70d71b3869285bcfd5e0eb47", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 51 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "c9391605ff89784d4277c2dfafa70033", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 508.31, + "y": 47.27002 + }, + "width": 23.185974, + "height": 13.176081, + "page": 52 + } + ], + "sectionNumber": 71, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 4, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "d441fbac737879a04cca4308650254cc", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 52 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "d266ba94236c692821f4273019db8b56", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 507.45, + "y": 46.400024 + }, + "width": 23.472229, + "height": 13.176081, + "page": 53 + } + ], + "sectionNumber": 72, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "eed1494027ac915e8733040f7315e474", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 53 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "94f70d7d32990fc6f0d2172b6623312c", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.87, + "y": 46.690002 + }, + "width": 23.183899, + "height": 13.176081, + "page": 54 + } + ], + "sectionNumber": 73, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "697b60d02650ed3f1ceec2b0d029d642", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 54 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "7a9b5c05a85d509d91514c92cd62bba3", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.01, + "y": 45.539978 + }, + "width": 23.472229, + "height": 13.176081, + "page": 55 + } + ], + "sectionNumber": 74, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "efdf026c48993b5ba55c06d29a13b83c", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 55 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "33b33477aafcabb46ce96e8ecac76f7d", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.59, + "y": 46.400024 + }, + "width": 23.47226, + "height": 13.176081, + "page": 56 + } + ], + "sectionNumber": 75, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "3eeca2a9575587d7a62c23ed43e4bce6", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 56 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "47dee82669d3fb678e223347db80b7ea", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 506.87, + "y": 46.26001 + }, + "width": 23.17749, + "height": 12.739161, + "page": 57 + } + ], + "sectionNumber": 76, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "83dfb0ea389ee4778a58bea492c4dd9e", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 57 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "21c6b6c33911699909164a0695425be4", + "type": "false_positive", + "value": "Page", + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Footer", + "color": [ + 1.0, + 0.80784315, + 0.80784315 + ], + "positions": [ + { + "topLeft": { + "x": 505.43, + "y": 45.609985 + }, + "width": 23.168945, + "height": 13.38792, + "page": 58 + } + ], + "sectionNumber": 77, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 11, + "endOffset": 15, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": true, + "image": false + }, + { + "id": "7731ad8d3ec3dd0b74d49760229ff455", + "type": "ocr", + "value": null, + "reason": null, + "matchedRule": 0, + "legalBasis": null, + "redacted": false, + "section": "Image:ocr", + "color": [ + 0.7411765, + 0.8392157, + 1.0 + ], + "positions": [ + { + "topLeft": { + "x": 0.0, + "y": 0.0 + }, + "width": 595.0, + "height": 842.0, + "page": 58 + } + ], + "sectionNumber": 20, + "manual": false, + "status": null, + "manualRedactionType": null, + "manualRedactionUserId": null, + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": true, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": true + }, + { + "id": "96dfa42dd9344004bcb5d3c589480a54", + "type": "manual", + "value": "Rectangle", + "reason": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "matchedRule": 0, + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "redacted": true, + "section": "Signature", + "color": [ + 0.67058825, + 0.7529412, + 0.76862746 + ], + "positions": [ + { + "topLeft": { + "x": 165.56, + "y": 368.21 + }, + "width": 151.42, + "height": 107.68, + "page": 2 + } + ], + "sectionNumber": -1, + "manual": true, + "status": "APPROVED", + "manualRedactionType": "ADD", + "manualRedactionUserId": "54243195-a994-4114-9e02-b6fffc815c45", + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": false + }, + { + "id": "f0054ae1005cf8f5538314ddd7d57efa", + "type": "manual", + "value": "Rectangle", + "reason": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "matchedRule": 0, + "legalBasis": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "redacted": true, + "section": "Formula", + "color": [ + 0.67058825, + 0.7529412, + 0.76862746 + ], + "positions": [ + { + "topLeft": { + "x": 268.53, + "y": 244.38 + }, + "width": 257.76, + "height": 193.82, + "page": 5 + } + ], + "sectionNumber": -1, + "manual": true, + "status": "APPROVED", + "manualRedactionType": "ADD", + "manualRedactionUserId": "54243195-a994-4114-9e02-b6fffc815c45", + "textBefore": null, + "textAfter": null, + "comments": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "excluded": false, + "recategorizationType": null, + "legalBasisChangeValue": null, + "hint": false, + "recommendation": false, + "dossierDictionaryEntry": false, + "dictionaryEntry": false, + "image": false + } + ], + "legalBasis": [ + { + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + }, + { + "name": "2. manufacturing or production process", + "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "3. links between a producer and applicant", + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "4. commercial information", + "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "5. quantitative composition", + "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "6. specification of impurity", + "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + }, + { + "name": "7. results of production batches", + "description": "results of production batches of the active substance including impurities", + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + }, + { + "name": "8. composition of a plant protection product", + "description": "information on the complete composition of a plant protection product", + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + } + ], + "dictionaryVersion": 780, + "dossierDictionaryVersion": 1, + "rulesVersion": 25, + "legalBasisVersion": 8 +} \ No newline at end of file