Hayk Arutyunyan commited on
Commit ·
1218c72
1
Parent(s): 3ceec5b
add project structure and notebook
Browse files
configs/config.example.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_dir: data/sample/input
|
| 2 |
+
output_dir: outputs
|
| 3 |
+
ocr:
|
| 4 |
+
engine: paddleocr
|
| 5 |
+
lang: en
|
| 6 |
+
export:
|
| 7 |
+
excel_filename: results.xlsx
|
notebooks/mnemo_ocr_final_v03_color_v01.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
File without changes
|