https://github.com/webintellectual/hindi-ocr-and-pdf-maker-mobile-app
https://github.com/webintellectual/hindi-ocr-and-pdf-maker-mobile-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webintellectual/hindi-ocr-and-pdf-maker-mobile-app
- Owner: webintellectual
- Created: 2025-05-10T09:55:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T10:05:57.000Z (about 1 year ago)
- Last Synced: 2025-07-06T05:41:34.540Z (11 months ago)
- Language: TypeScript
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Hindi-OCR-and-PDF-Maker** is a mobile app which let the users to scan or upload their documents and get the printable PDF ready.
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npx expo start
```
In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).