Spaces:
Runtime error
Runtime error
Update app.py
Browse filesmodify messages
app.py
CHANGED
@@ -128,6 +128,8 @@ def extract_table_info(image_path):
|
|
128 |
All the value extracted are string, including the "代碼".
|
129 |
Do not do any sort operation with all the rows.
|
130 |
Extract the text information of each cell precisely. Do not make inference between "代碼" and "項目" if you can not extract it precisely.
|
|
|
|
|
131 |
JSON fields must be labelled as:
|
132 |
Example json structure is:
|
133 |
<json>
|
|
|
128 |
All the value extracted are string, including the "代碼".
|
129 |
Do not do any sort operation with all the rows.
|
130 |
Extract the text information of each cell precisely. Do not make inference between "代碼" and "項目" if you can not extract it precisely.
|
131 |
+
Make sure the length of each cell you predict is the same as you extract.
|
132 |
+
Please do not mix "代碼" and "項目" with other case.
|
133 |
JSON fields must be labelled as:
|
134 |
Example json structure is:
|
135 |
<json>
|