crystalchen commited on
Commit
9ab56a2
·
verified ·
1 Parent(s): 515043c

Update app.py

Browse files

modify messages

Files changed (1) hide show
  1. app.py +2 -0
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>