# Project Context ## Purpose This project is DocProcesser which can process the image to latex, markdown, mathml, omml, ect. It is a fastapi web project, it accept the request from upstream and process the image or send the image to the third-part, then return the result to upstream. ## Tech Stack - python - fastapi ## Project Conventions ### Code Style [Describe your code style preferences, formatting rules, and naming conventions] ### Architecture Patterns [Document your architectural decisions and patterns] ### Testing Strategy [Explain your testing approach and requirements] ### Git Workflow [Describe your branching strategy and commit conventions] ## Domain Context - DocLayout A YOLO model which can recognize the document layout (Book, Paper, NewPapers) will be used to recongize if has plain text in a image. ## Important Constraints [List any technical, business, or regulatory constraints] ## External Dependencies [Document key external services, APIs, or systems]