

# Additional Code Samples


The following table provides links to more Amazon Textract code examples.


| Example | Description | 
| --- | --- | 
|  [Amazon Textract Code Samples](https://github.com/aws-samples/amazon-textract-code-samples)  |  Show various ways in which you can use Amazon Textract.  | 
|  [Large scale document processing with Amazon Textract](https://github.com/aws-samples/amazon-textract-serverless-large-scale-document-processing)  |  Shows a serverless reference architecture that processes documents at a large scale.  | 
|  [Amazon Textract Parser](https://github.com/aws-samples/amazon-textract-response-parser)  |  Shows how to parse the [Block](API_Block.md) objects returned by Amazon Textract operations.  | 
|  [Amazon Textract Documentation Code Examples](https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/textract)  |  Code examples used in this guide.  | 
|  [Textractor](https://github.com/aws-samples/amazon-textract-textractor)  |  Shows how to convert Amazon Textract output into multiple formats.  | 
|  [Generate Searchable PDF documents with Amazon Textract](https://github.com/aws-samples/amazon-textract-searchable-pdf)  |  Shows how to create a searchable PDF document from different types of input documents such as JPG/PNG format images and scanned PDF documents.  | 