diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf48ea8 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +![Snippai Banner](https://im.gurl.eu.org/file/ed3d8ebfbe90720074b92.png) + +# Snippai: AI-Powered Snipping Tool + +Snippai is a versatile and intelligent snipping tool powered by advanced AI algorithms. It offers a range of features to enhance your snipping experience, making it more efficient and productive. From identifying formulas and text within images to analyzing and describing the content of images, Snippai brings a new level of intelligence to snipping tools. + +## Features + +### Formula Recognition +Snippai can identify formulas within images and convert them into LaTeX format, making it easier to work with mathematical expressions. + +### Text Extraction +Accurately recognize and extract text from images, enabling seamless integration of textual content into your workflow. + +### Table Conversion +Identify tables within images and convert them into user-friendly Markdown format, facilitating easier data manipulation and analysis. + +### Image Analysis +Analyze and describe the content of an image, providing valuable insights and information about visual elements. + +### Problem Solving +Solve various problems presented within images, leveraging AI capabilities to assist with tasks such as object recognition and pattern identification. + +### Code Understanding +Understand and explain the functionality of code snippets found in images, helping users comprehend and work with code more effectively. + +### Color Detection +Identify and extract the predominant colors in an image, useful for tasks such as design analysis and image processing. + +### And More... +Stay tuned for more powerful AI capabilities coming soon! Snippai is continuously evolving to offer new features and enhancements to improve your snipping workflow. + +## Download and Installation + +You can download Snippai from [here](https://github.com/xyTom/snippai/releases), and detailed installation instructions are available in the documentation. + +## Usage + +To use Snippai, simply open the application and capture the desired region of your screen using the snipping tool. Snippai will automatically analyze the captured image and provide relevant insights and conversions based on the detected elements. + +## Contributing + +Contributions to Snippai are welcome! Whether you're interested in adding new features, improving existing functionalities, or fixing bugs, your contributions are valuable in making Snippai even better. Please refer to the contribution guidelines in the repository for more information. + +## Support + +For any questions, issues, or feedback, please contact us at [support@snippai.com](mailto:support@snippai.com). We're here to help! + +## Acknowledgments + +Snippai utilizes various open-source libraries and technologies, and we would like to extend our gratitude to the developers and contributors of these projects. + +--- + +Enjoy smarter snipping with Snippai! ;) diff --git a/forge.config.ts b/forge.config.ts index da86c90..4e2c3c1 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -12,7 +12,7 @@ const config: ForgeConfig = { asar: true, }, rebuildConfig: {}, - makers: [new MakerSquirrel({}), new MakerZIP({}, ['win32']), new MakerRpm({}), new MakerDeb({})], + makers: [new MakerSquirrel({}), new MakerZIP({}, ['win32','darwin']), new MakerRpm({}), new MakerDeb({})], plugins: [ new VitePlugin({ // `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc. diff --git a/package-lock.json b/package-lock.json index e5b3efb..f233ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snippai", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snippai", - "version": "1.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@radix-ui/react-dialog": "^1.0.5", diff --git a/package.json b/package.json index 9ccfe7e..d20dbca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "snippai", "productName": "Snippai", - "version": "1.0.0", + "version": "0.1.0", "description": "A snipping app with AI", "main": ".vite/build/main.js", "scripts": {