import requests
import json
def main():
url = "https://netocr.com/api/recogliu.do"
payload = {
'img': '/9j',
'key': 'M***********g',
'secret': '3***********6',
'typeId': '2',
'format': 'json'
}
files=[
]
headers = {}
response = requests.request("POST", url, headers=headers, data=payload, files=files)
print(response.text)
if __name__ == '__main__':
main()
-
Notifications
You must be signed in to change notification settings - Fork 0
WintonetekOCR/Documents-OCR-API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
API Interface calling source code of python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published