Update module_ocr2.py
Browse files- module_ocr2.py +3 -2
module_ocr2.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
-
File:
|
| 3 |
|
| 4 |
-
Description:
|
| 5 |
|
| 6 |
Author: Didier Guillevic
|
| 7 |
Date: 2025-04-07
|
|
@@ -70,6 +70,7 @@ with gr.Blocks() as demo:
|
|
| 70 |
examples = gr.Examples(
|
| 71 |
[
|
| 72 |
['./scanned_doc.pdf',],
|
|
|
|
| 73 |
],
|
| 74 |
inputs=[input_file,],
|
| 75 |
outputs=[output_text,],
|
|
|
|
| 1 |
"""
|
| 2 |
+
File: module_ocr2.py
|
| 3 |
|
| 4 |
+
Description: module to interact with OCR deep learning models.
|
| 5 |
|
| 6 |
Author: Didier Guillevic
|
| 7 |
Date: 2025-04-07
|
|
|
|
| 70 |
examples = gr.Examples(
|
| 71 |
[
|
| 72 |
['./scanned_doc.pdf',],
|
| 73 |
+
['./passport_jp.png']
|
| 74 |
],
|
| 75 |
inputs=[input_file,],
|
| 76 |
outputs=[output_text,],
|