Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
219 |
gr.Markdown("""
|
220 |
1. The PDF pages are converted to images.
|
221 |
2. EasyOCR is run on the converted images to extract text.
|
222 |
-
3. "
|
223 |
4. Non-recoverable mask is applied to identified elements.
|
224 |
""")
|
225 |
|
|
|
219 |
gr.Markdown("""
|
220 |
1. The PDF pages are converted to images.
|
221 |
2. EasyOCR is run on the converted images to extract text.
|
222 |
+
3. "dslim/distilbert-NER" model does the token classification.
|
223 |
4. Non-recoverable mask is applied to identified elements.
|
224 |
""")
|
225 |
|