Skip to content
/ ocr Public

This is a repository for implementing image/text value transfer through get/post method between Android studio and flask server using python.

Notifications You must be signed in to change notification settings

BABYGAGE/ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocr

This is a repository for implementing image/text value transfer through get/post method between Android studio and flask server using python.

How to run?

image

  • In cmd..
    1. ngrok 사이트 로그인 후 ngrok zip 파일 받아 압축해제
    2. open cmd
    3. cd 압축해제된 파일 폴더명
    4. ngrok config add-authtoken {토큰 입력} ex) 2HnBIcpGUbZ1pdR5RaTNTlBURmO_4npSCfYrDTJu1PQ83YC5w (Yujeong)
    5. ngrok http {port 주소}
    6. 생성된 주소 ctrl+c
  • In pycharm..
    1. pull ocr git repository
    2. enter "flask run" in terminal
  • In android studio..
    1. TestActivity.kt 109 line에서 val postUrl = "{복사한 서버 주소}/getpost" 중괄호 안에 주소 ctrl+v
    2. run android studio!

About

This is a repository for implementing image/text value transfer through get/post method between Android studio and flask server using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages