Bobholamovic commited on
Commit
ad2f67a
·
1 Parent(s): d66e066

Disable text line orientation

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def inference(img):
27
  "fileType": 1,
28
  "useDocOrientationClassify": False,
29
  "useDocUnwarping": False,
 
30
  },
31
  headers=headers,
32
  timeout=1000,
 
27
  "fileType": 1,
28
  "useDocOrientationClassify": False,
29
  "useDocUnwarping": False,
30
+ "useTextlineOrientation": False,
31
  },
32
  headers=headers,
33
  timeout=1000,