Rzx008 commited on
Commit
646d98d
·
verified ·
1 Parent(s): 589c4ac

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -20,7 +20,7 @@ def process_ocr():
20
  img = Image.open(img_file)
21
  lebar, tinggi = img.size
22
 
23
- potong_atas = 200
24
  area_crop = (0, potong_atas, lebar, tinggi // 2)
25
  img_crop = img.crop(area_crop)
26
 
 
20
  img = Image.open(img_file)
21
  lebar, tinggi = img.size
22
 
23
+ potong_atas = 201
24
  area_crop = (0, potong_atas, lebar, tinggi // 2)
25
  img_crop = img.crop(area_crop)
26