diff --git a/README.md b/README.md index c422109f..3f4b0d1a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Use our awesome built-in interface or customize it as you want. ---
- + See more in [documentation](https://doc.page/Apparence-io/camera_awesome/getting_started/custom-ui) +> See more in [documentation](https://docs.page/Apparence-io/camera_awesome/getting_started/custom-ui) ### Working with the custom builder @@ -288,7 +288,7 @@ state.when( ); ``` -> See more in [documentation](https://doc.page/Apparence-io/camera_awesome/getting_started/custom-ui) +> See more in [documentation](https://docs.page/Apparence-io/camera_awesome/getting_started/custom-ui)
@@ -314,7 +314,7 @@ It's also possible to use MLKit to read barcodes: ![Barcode scanning](docs/img/barcode_overlay.gif) Check `ai_analysis_barcode.dart` and `preview_overlay_example.dart` for examples or -the [documentation](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes). +the [documentation](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes). ### How to use it @@ -341,12 +341,12 @@ CameraAwesomeBuilder.awesome( > For machine learning you don't need full-resolution images (720 or lower should be enough and makes computation easier) Learn more about the image analysis configuration in -the [documentation](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/image_analysis_configuration) +the [documentation](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/image_analysis_configuration) . Check also detailed explanations on how to use MLKit -to [read barcodes](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes) -and [detect faces](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/detecting_faces). +to [read barcodes](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes) +and [detect faces](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/detecting_faces). ⚠️ On Android, some devices don't support video recording and image analysis at the same time. @@ -409,7 +409,7 @@ CameraAwesomeBuilder.custom( ) ``` -See all available filters in the [documentation](https://doc.page/Apparence-io/camera_awesome/widgets/awesome_filters). +See all available filters in the [documentation](https://docs.page/Apparence-io/camera_awesome/widgets/awesome_filters). > [!TIP] > By default the awesome ui setup has a filter list but you can pass an empty list to remove it @@ -439,7 +439,7 @@ CameraAwesomeBuilder.awesome( This feature is not supported by all devices and even when it is, there are limitations that you must be aware of. -Check the details in the [dedicated documentation](https://doc.page/Apparence-io/camera_awesome/getting_started/multicam). +Check the details in the [dedicated documentation](https://docs.page/Apparence-io/camera_awesome/getting_started/multicam).
diff --git a/README.zh.md b/README.zh.md index e8e6ad94..f41495b5 100644 --- a/README.zh.md +++ b/README.zh.md @@ -54,7 +54,7 @@ This plugin is also available as a template in [ApparenceKit](https://apparencek ---
- + 在 [文档](https://doc.page/Apparence-io/camera_awesome/getting_started/custom-ui) 中查看更多信息 +> 在 [文档](https://docs.page/Apparence-io/camera_awesome/getting_started/custom-ui) 中查看更多信息 ### 使用自定义构建器 @@ -277,7 +277,7 @@ state.when( ); ``` -> 在 [文档](https://doc.page/Apparence-io/camera_awesome/getting_started/custom-ui) 查看更多信息 +> 在 [文档](https://docs.page/Apparence-io/camera_awesome/getting_started/custom-ui) 查看更多信息
@@ -302,7 +302,7 @@ state.when( ![Barcode scanning](docs/img/barcode_overlay.gif) -检查 `ai_analysis_barcode.dart` 和 `preview_overlay_example.dart` 以获取示例或查看 [文档](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes)。 +检查 `ai_analysis_barcode.dart` 和 `preview_overlay_example.dart` 以获取示例或查看 [文档](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes)。 ### 如何使用它 @@ -329,9 +329,9 @@ CameraAwesomeBuilder.awesome( > bgra8888 是 iOS 格式 > 对于机器学习,您不需要全分辨率图像(720 或更低的图像就足够了,并且使计算更容易) -在 [文档](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/image_analysis_configuration) 中了解有关图像分析配置的更多信息. +在 [文档](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/image_analysis_configuration) 中了解有关图像分析配置的更多信息. -另请查看有关如何使用 MLKit [读取条形码](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes) 和 [检测人脸](https://doc.page/Apparence-io/camera_awesome/ai_with_mlkit/detecting_faces) 的详细说明. +另请查看有关如何使用 MLKit [读取条形码](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/reading_barcodes) 和 [检测人脸](https://docs.page/Apparence-io/camera_awesome/ai_with_mlkit/detecting_faces) 的详细说明. ⚠️ 在Android 上,部分设备不支持同时进行视频录制和图像分析。