File: lios

package info (click to toggle)
lios 2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: python: 5,661; sh: 39; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3

from lios.main import *
if __name__ == '__main__':
	if (len(sys.argv) >= 2):
		linux_intelligent_ocr_solution(sys.argv)
	else:
		linux_intelligent_ocr_solution()