jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
565 stars 172 forks source link

Bug FileNotFoundException after capture image #95

Closed ChethanAndroid closed 3 years ago

ChethanAndroid commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

Dependencies (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

arunahuja94 commented 3 years ago

create

assets/tessdata

folders in

your_app_folder_name\android\app\src\main\

and download your required language's traineddata file from https://github.com/tesseract-ocr/tessdata and paste in

your_app_folder_name\android\app\src\main\assets\tessdata\

wadewadewadewadewadewade commented 3 years ago

This thread, and this comment in particular, may help you: https://github.com/jonathanpalma/react-native-tesseract-ocr/issues/89#issuecomment-699961143

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.