Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Documentation

This directory contains detailed documentation for the Agent Assembly Line project components.

Data Loaders

  • OCR Loader - Optical Character Recognition for extracting text from images

Structure

docs/
├── data_loaders/     # Documentation for data loaders
├── agents/          # Documentation for agents (future)
├── middleware/      # Documentation for middleware (future)
└── examples/        # Documentation for examples (future)

Contributing Documentation

When adding new components:

  1. Create documentation in the appropriate subdirectory
  2. Use descriptive filenames (e.g., ocr.md instead of README_OCR.md)
  3. Update this index file
  4. Follow the existing documentation structure