export const meta = { title: `Identify text`, description: `Learn more about how to identify text from images and documents in your application using AWS Amplify.` }; import identifyTextJs from '/src/fragments/lib/predictions/js/identify-text.mdx'; import identifyTextIOS from '/src/fragments/lib/predictions/ios/identify-text.mdx'; import identifyTextAndroid from '/src/fragments/lib/predictions/android/identify-text.mdx';