Skip to content

Commit bf858ca

Browse files
Updated links
1 parent 796e9a9 commit bf858ca

File tree

4 files changed

+40
-29
lines changed

4 files changed

+40
-29
lines changed

content/imaging/english/manipulating-images/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We've organized these tutorials in a progression from basic to more advanced ope
2929

3030
7. [Tutorial: Performing Multiple Operations in One Call](/manipulating-images/multiple-operations/) - Learn to combine scaling, cropping, flipping, and format conversion in a single API call.
3131
8. [Guide to Grayscale Image Conversion](/manipulating-images/grayscale/) - Master the grayscale conversion process for your images.
32-
9. [Tutorial: Deskewing Images](/manipulating-images/deskew-image/) - Learn to correct skewed images automatically.
32+
9. [Tutorial: Deskewing Images](/manipulating-images/deskew-images/) - Learn to correct skewed images automatically.
3333
10. [Tutorial: Learn to Perform Multiple Operations on Images](/manipulating-images/perform-operations/) - Learn how to scale, crop, flip, and export images in a single API call
3434

3535
## Prerequisites for All Tutorials

content/imaging/english/manipulating-images/deskew-images/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ To reinforce your learning:
211211
2. Create a comparison tool that shows before/after results
212212
3. Integrate deskewing into a document scanning workflow
213213

214-
## Next Steps
215-
216-
Continue your learning journey with our [Tutorial: How to Apply Filters to Images](/manipulating-images/apply-filters/) to learn about enhancing images with various filters.
217-
218214
## Helpful Resources
219215

220216
- [Product Page](https://products.aspose.cloud/imaging/)

content/imaging/english/object-detection/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Ready to begin? Start with our first tutorial: [Learn to Detect Objects and Get
4646

4747
## Helpful Resources
4848

49-
[Product Page](https://products.aspose.cloud/imaging/)
50-
[Documentation](https://docs.aspose.cloud/imaging/)
51-
[Live Demo](https://products.aspose.app/imaging/family)
52-
[API Reference UI](https://reference.aspose.cloud/imaging/)
53-
[Blog](https://blog.aspose.cloud/category/imaging/)
54-
[Free Support](https://forum.aspose.cloud/c/imaging/10/)
55-
[Free Trial](https://dashboard.aspose.cloud/#/apps)
49+
- [Product Page](https://products.aspose.cloud/imaging/)
50+
- [Documentation](https://docs.aspose.cloud/imaging/)
51+
- [Live Demo](https://products.aspose.app/imaging/family)
52+
- [API Reference UI](https://reference.aspose.cloud/imaging/)
53+
- [Blog](https://blog.aspose.cloud/category/imaging/)
54+
- [Free Support](https://forum.aspose.cloud/c/imaging/10/)
55+
- [Free Trial](https://dashboard.aspose.cloud/#/apps)
5656

5757
We welcome your feedback on these tutorials! If you have questions or suggestions, please share them in our [support forum](https://forum.aspose.cloud/c/imaging/10/).

content/imaging/english/reverse-image-search/_index.md

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,46 @@ This tutorial series takes you from the fundamentals to advanced implementations
2626
### Beginner Level
2727
Start here if you're new to Aspose.Imaging Cloud's reverse image search capabilities:
2828

29-
[Tutorial: Creating Your First Search Context](/reverse-image-search/create-search-context/) - Learn to establish the foundation for image searching
30-
[Tutorial: Understanding Search Context Status](/reverse-image-search/get-search-context-status/) - Master monitoring the state of your search context
31-
[Tutorial: Adding Images to Your Search Context](/reverse-image-search/add-image/) - Add your first images to begin searching
32-
[Tutorial: Learn to Extract Features Without Adding to Search Context](/reverse-image-search/extract-features-without-adding/) - Understand how to analyze image features without modifying your search index.
29+
- [Tutorial: Creating Your First Search Context](/reverse-image-search/create-search-context/) - Learn to establish the foundation for image searching
30+
31+
- [Tutorial: Understanding Search Context Status](/reverse-image-search/get-search-context-status/) - Master monitoring the state of your search context
32+
33+
- [Tutorial: Adding Images to Your Search Context](/reverse-image-search/add-image/) - Add your first images to begin searching
34+
35+
- [Tutorial: Learn to Extract Features Without Adding to Search Context](/reverse-image-search/extract-features-without-adding/) - Understand how to analyze image features without modifying your search index.
3336

3437
### Intermediate Level
3538
Once you understand the basics, enhance your implementation with these tutorials:
3639

37-
[Tutorial: Extracting Image Features](/reverse-image-search/extract-image-features/) - Learn how to work with the visual fingerprints of images
38-
[Tutorial: Finding Similar Images](/reverse-image-search/find-similar-images/) - Implement your first similarity search
39-
[Tutorial: Detecting Duplicate Images](/reverse-image-search/find-duplicate-images/) - Clean up image collections by finding duplicates
40-
[Tutorial: Comparing Two Images](/reverse-image-search/compare-two-images/) - Learn direct image-to-image comparison techniques
41-
[Tutorial: How to Get Images from Search Context](/reverse-image-search/get-image-from-search-context/) - Learn to retrieve stored images from your search context.
42-
[Tutorial: Learn to Get Image Features from Search Context](/reverse-image-search/get-image-features/) - Understand how to access and utilize the extracted features of stored images.
40+
- [Tutorial: Extracting Image Features](/reverse-image-search/extract-image-features/) - Learn how to work with the visual fingerprints of images
41+
42+
- [Tutorial: Finding Similar Images](/reverse-image-search/find-similar-images/) - Implement your first similarity search
43+
44+
- [Tutorial: Detecting Duplicate Images](/reverse-image-search/find-duplicate-images/) - Clean up image collections by finding duplicates
45+
46+
- [Tutorial: Comparing Two Images](/reverse-image-search/compare-two-images/) - Learn direct image-to-image comparison techniques
47+
48+
- [Tutorial: How to Get Images from Search Context](/reverse-image-search/get-image-from-search-context/) - Learn to retrieve stored images from your search context.
49+
50+
- [Tutorial: Learn to Get Image Features from Search Context](/reverse-image-search/get-image-features/) - Understand how to access and utilize the extracted features of stored images.
4351

4452
### Advanced Level
4553
Take your implementation to the next level with these advanced techniques:
4654

47-
[Tutorial: Working with Image Tags](/reverse-image-search/find-images-by-tags/) - Enhance search with semantic tagging
48-
[Tutorial: Managing Image Features](/reverse-image-search/update-images-features/) - Update and optimize your image features
49-
[Tutorial: Building a Complete Reverse Image Search System](/reverse-image-search/complete-system/) - Combine all techniques into a robust solution
50-
[Tutorial: How to Delete Images from Search Context](/reverse-image-search/delete-image/) - Learn proper techniques for removing images while maintaining search context integrity.
51-
[Tutorial: Learn to Delete a Search Context](/reverse-image-search/delete-search-context/) - Understand how to properly dispose of search contexts when they're no longer needed.
52-
[Tutorial: How to Update Image Features](/reverse-image-search/update-image-features/) - Master the process of updating and refining image features for better search results.
53-
[Tutorial: Learn to Delete Image Features](/reverse-image-search/delete-image-features/) - Discover how to selectively remove specific image features from your search context.
55+
- [Tutorial: Working with Image Tags](/reverse-image-search/find-images-by-tags/) - Enhance search with semantic tagging
56+
57+
- [Tutorial: Managing Image Features](/reverse-image-search/update-images-features/) - Update and optimize your image features
58+
59+
- [Tutorial: Building a Complete Reverse Image Search System](/reverse-image-search/complete-system/) - Combine all techniques into a robust solution
60+
61+
- [Tutorial: How to Delete Images from Search Context](/reverse-image-search/delete-image/) - Learn proper techniques for removing images while maintaining search context integrity.
62+
63+
- [Tutorial: Learn to Delete a Search Context](/reverse-image-search/delete-search-context/) - Understand how to properly dispose of search contexts when they're no longer needed.
64+
65+
- [Tutorial: How to Update Image Features](/reverse-image-search/update-image-features/) - Master the process of updating and refining image features for better search results.
66+
67+
- [Tutorial: Learn to Delete Image Features](/reverse-image-search/delete-image-features/) - Discover how to selectively remove specific image features from your search context.
68+
5469
## Prerequisites
5570

5671
Before starting these tutorials, you should have:

0 commit comments

Comments
 (0)