Get more insights about your pdf 📑📑.
Text's Category
-
{% for class_label, probability in class_probabilities.items() %}
{% if loop.index <= 5 %}
-
{{ class_label[0] }}: {{ "%.2f" % probability }}%
{% endif %}
{% endfor %}
la classe la plus dominante est {{
predicted_class[0]
}}
Extracted Text
Results
Transcribed and Classified Text
{% if sentences_prediction %}
{% for sentence, color in sentences_prediction.items() %}
{{sentence}}
{% endfor %}
{% endif %}