A document scanner app made with ML Kit.
- Scan documents using your phone's camera.
- View the document in an interactive manner.
- Share documents effortlessly.
- Rename scanned documents.
- Delete documents as needed.
- Utilize Google ML KIT's document scanning library for enhanced scanning accuracy.
To get started with Docx, clone the repository and open it in your preferred Kotlin-compatible IDE.
git clone https://github.com/Razorquake/Docx.git
cd Docx
-
Run the app:
- Open the project in Android Studio.
- Connect your Android device or start an emulator.
- Click the "Run" button.
-
Explore the features:
- Create new PDFs efficiently.
- Rename, Delete, Modify existing PDFs.
- Share them with your contacts.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or issues, please open an issue or contact Razorquake.