diff options
| author | Adam Janovsky | 2022-10-05 09:16:57 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-10-05 09:16:57 +0200 |
| commit | e26c08432e14037cc906dc14a35b24e89b1ca8f8 (patch) | |
| tree | 1674e0100d5672bdc0d4b23b93c59308d5c8127f | |
| parent | 27e3e4b8e6f8136a776ef59f60f9eaa3982eff82 (diff) | |
| download | sec-certs-e26c08432e14037cc906dc14a35b24e89b1ca8f8.tar.gz sec-certs-e26c08432e14037cc906dc14a35b24e89b1ca8f8.tar.zst sec-certs-e26c08432e14037cc906dc14a35b24e89b1ca8f8.zip | |
add command for number of converted pdf documents
| -rw-r--r-- | notebooks/cc/temporal_trends.ipynb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/notebooks/cc/temporal_trends.ipynb b/notebooks/cc/temporal_trends.ipynb index 056b701d..49b4dc8d 100644 --- a/notebooks/cc/temporal_trends.ipynb +++ b/notebooks/cc/temporal_trends.ipynb @@ -486,7 +486,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 32, "metadata": {}, "outputs": [ { @@ -508,6 +508,7 @@ "\\newcommand{\\fractionCertsJP}{$11\\%$}\n", "\\newcommand{\\fractionCertsCA}{$9\\%$}\n", "\\newcommand{\\fractionCertsPopularSchemes}{$77\\%$}\n", + "\\newcommand{\\numCcConvertAttempts}{$10,147$}\n", "\\newcommand{\\numCcOcrAttempted}{$113$}\n", "\\newcommand{\\numCcOcrSuccess}{$100$}\n", "\\newcommand{\\numCCActiveCerts}{$1648$}\n", @@ -547,7 +548,7 @@ "not_fixed_by_ocr = ready_for_conversion - properly_converted\n", "fixed_by_ocr = flagged_for_ocr - not_fixed_by_ocr\n", "\n", - "print(f\"\\\\newcommand{{\\\\numCcConvertAttempts}}{{${ready_for_conversion}$}}\")\n", + "print(f\"\\\\newcommand{{\\\\numCcConvertAttempts}}{{${ready_for_conversion:,}$}}\")\n", "print(f\"\\\\newcommand{{\\\\numCcOcrAttempted}}{{${flagged_for_ocr}$}}\")\n", "print(f\"\\\\newcommand{{\\\\numCcOcrSuccess}}{{${fixed_by_ocr}$}}\")\n", "\n", |
