mertbozkurt commited on
Commit
c7ca61b
·
1 Parent(s): 05a04da

Update screen/screen_scan.py

Browse files
Files changed (1) hide show
  1. screen/screen_scan.py +3 -1
screen/screen_scan.py CHANGED
@@ -85,7 +85,9 @@ def screen_scan_main():
85
  image = np.array(image.convert('RGB'))
86
  #(ans_txt,pathImage, save_images= True)
87
  resim_list,myIndexs =reader.reader(pathImage=image,save_images=False)
88
-
 
 
89
 
90
  col3,col4 = st.columns(2)
91
  with col3:
 
85
  image = np.array(image.convert('RGB'))
86
  #(ans_txt,pathImage, save_images= True)
87
  resim_list,myIndexs =reader.reader(pathImage=image,save_images=False)
88
+ st.write(myIndexs[0])
89
+ st.write(myIndexs[1])
90
+ st.write(myIndexs[2])
91
 
92
  col3,col4 = st.columns(2)
93
  with col3: