Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
SpandanM110
/
RL-OCR-Openenv
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RL-OCR-Openenv
/
env
/
__init__.py
SpandanM110
Initial submission: OCR Table RL Environment for OpenEnv RL Challenge by SpandanM110
abe7bd6
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 Bytes
from
.environment
import
OCREnvironment
from
.models
import
OCRAction, OCRObservation, OCRState
__all__ = [
"OCREnvironment"
,
"OCRAction"
,
"OCRObservation"
,
"OCRState"
]