Skip to content

Commit 7deef69

Browse files
committed
1.0.4
1 parent 90a5148 commit 7deef69

File tree

16 files changed

+654
-604
lines changed

16 files changed

+654
-604
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Follow one of the tutorials to create a project and get your host, access_key an
2020
* [Recognize Live Channels and Custom Content](https://docs.acrcloud.com/tutorials/recognize-tv-channels-and-custom-content)
2121

2222
## Install
23-
### Linux and macOS user (x86)
23+
### Linux and macOS
2424

2525
**python3 -m pip install pyacrcloud**
2626

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python
22
#-*- coding: utf-8 -*-
33

4-
import os,sys
4+
import os, sys
55

66
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
7+
__version__='1.0.4'
4.59 MB
Binary file not shown.

docker_alpine/aarch64/python3/acrcloud/recognizer.py

Lines changed: 117 additions & 126 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python
22
#-*- coding: utf-8 -*-
33

44
import os,sys
55

66
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
7+
8+
__version__='1.0.4'
5.96 MB
Binary file not shown.

docker_alpine/x86-64/python3/acrcloud/recognizer.py

Lines changed: 170 additions & 96 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python
22
#-*- coding: utf-8 -*-
33

44
import os,sys
55

66
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
7+
8+
__version__='1.0.4'
4.46 MB
Binary file not shown.

linux/aws_arm/python3/acrcloud/recognizer.py

Lines changed: 117 additions & 125 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)