Update app.py
Browse filesChange app description
app.py
CHANGED
|
@@ -98,9 +98,6 @@ app_description = f"""
|
|
| 98 |
# KTP (Indonesian ID Card) OCR Extractor 🇮🇩
|
| 99 |
This application extracts key information (**NIK, Nama, Tempat Lahir, Tanggal Lahir**) from Indonesian ID cards (KTP).
|
| 100 |
You can upload one or multiple KTP images at once. The results will be displayed in a table below.
|
| 101 |
-
|
| 102 |
-
*Powered by the `emisilab/model-ocr-ktp-v1` model from Hugging Face.*
|
| 103 |
-
\n*Last Updated: Sunday, August 31, 2025 at 12:17 PM WIB (Cilegon)*
|
| 104 |
"""
|
| 105 |
|
| 106 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
|
|
| 98 |
# KTP (Indonesian ID Card) OCR Extractor 🇮🇩
|
| 99 |
This application extracts key information (**NIK, Nama, Tempat Lahir, Tanggal Lahir**) from Indonesian ID cards (KTP).
|
| 100 |
You can upload one or multiple KTP images at once. The results will be displayed in a table below.
|
|
|
|
|
|
|
|
|
|
| 101 |
"""
|
| 102 |
|
| 103 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|